[Mplayer-cvslog] CVS: main/libvo font_load.h,1.9,1.10 font_load_ft.c,1.2,1.3 vo_aa.c,1.32,1.33
Felix Buenemann
atmosfear at users.sourceforge.net
Fri Aug 30 15:25:53 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo font_load.h,1.9,1.10 font_load_ft.c,1.2,1.3 vo_aa.c,1.32,1.33
- Next message: [Mplayer-cvslog] CVS: main/libvo font_load.h,1.9,1.10 font_load_ft.c,1.2,1.3 vo_aa.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On Thursday 29 August 2002 19:35, Zoltan Ponekker wrote:
>
> -static void inline render_one_glyph(font_desc_t *desc, int c)
> +extern void inline render_one_glyph(font_desc_t *desc, int c)
> {
> }
>
> -static int inline kerning(font_desc_t *desc, int prevc, int c)
> +extern int inline kerning(font_desc_t *desc, int prevc, int c)
> {
> return 0;
> }
>
> -static void inline load_font(int width, int height)
> +extern void inline load_font(int width, int height)
> {
> }
what's the sense of this? shouldb't it be if at all:
extern void inline render_one_glyph(font_desc_t *desc, int c);
extern int inline kerning(font_desc_t *desc, int prevc, int c);
extern void inline load_font(int width, int height);
--
Best Regards,
Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________
- Previous message: [Mplayer-cvslog] CVS: main/libvo font_load.h,1.9,1.10 font_load_ft.c,1.2,1.3 vo_aa.c,1.32,1.33
- Next message: [Mplayer-cvslog] CVS: main/libvo font_load.h,1.9,1.10 font_load_ft.c,1.2,1.3 vo_aa.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list