[xorg-commit-diffs]
xc/lib/font/FreeType ftfuncs.c, 1.1.4.4.2.2.6.2, 1.1.4.4.2.2.6.3
Roland Mainz
xorg-commit at pdx.freedesktop.org
Mon Apr 12 20:16:36 PDT 2004
Committed by: gisburn
Update of /cvs/xorg/xc/lib/font/FreeType
In directory pdx:/tmp/cvs-serv9732/xc/lib/font/FreeType
Modified Files:
Tag: XPRINT
ftfuncs.c
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=462 - RFE: Merge xprint.mozdev.org Xprint enhancements into Xorg XPRINT branch
Index: ftfuncs.c
===================================================================
RCS file: /cvs/xorg/xc/lib/font/FreeType/ftfuncs.c,v
retrieving revision 1.1.4.4.2.2.6.2
retrieving revision 1.1.4.4.2.2.6.3
diff -u -d -r1.1.4.4.2.2.6.2 -r1.1.4.4.2.2.6.3
--- a/ftfuncs.c 12 Apr 2004 12:20:51 -0000 1.1.4.4.2.2.6.2
+++ b/ftfuncs.c 13 Apr 2004 03:16:31 -0000 1.1.4.4.2.2.6.3
@@ -122,7 +122,7 @@
static int ftypeInitP = 0; /* is the engine initialised? */
-static FT_Library ftypeLibrary;
+FT_Library ftypeLibrary;
static FTFacePtr faceTable[NUMFACEBUCKETS];
More information about the xorg-commit-diffs
mailing list