[Mplayer-cvslog] CVS: main/libvo font_load.h,1.10,1.11

Arpi of Ize arpi at mplayerhq.hu
Fri Aug 30 15:53:30 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv17408

Modified Files:
	font_load.h 
Log Message:
2*100l, extern fv() {} is nonsense, you have to decide if it is extern or
local but never both!


Index: font_load.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- font_load.h	29 Aug 2002 17:35:21 -0000	1.10
+++ font_load.h	30 Aug 2002 13:53:27 -0000	1.11
@@ -91,18 +91,9 @@
 raw_file* load_raw(char *name,int verbose);
 font_desc_t* read_font_desc(char* fname,float factor,int verbose);
 
-extern void inline render_one_glyph(font_desc_t *desc, int c) 
-{
-}
-
-extern int inline kerning(font_desc_t *desc, int prevc, int c) 
-{
-    return 0;
-}
-
-extern void inline load_font(int width, int height)
-{
-}
+static void inline render_one_glyph(font_desc_t *desc, int c) {}
+static int inline kerning(font_desc_t *desc, int prevc, int c) { return 0; }
+static void inline load_font(int width, int height){}
 
 #endif
 




More information about the MPlayer-cvslog mailing list