[MPlayer-dev-eng] [PATCH] opaque reference to font
Bryan Henderson
giraffedata at gmail.com
Sat May 31 23:32:29 CEST 2008
This patch makes it possible to refer to a font opaquely, without including
font_load.h and thus getting involved in font internals.
--- libvo/font_load.h (revision 26839)
+++ libvo/font_load.h (working copy)
@@ -16,7 +16,7 @@
#endif
} raw_file;
-typedef struct {
+typedef struct font_desc {
#ifdef HAVE_FREETYPE
int dynamic;
#endif
More information about the MPlayer-dev-eng
mailing list