[xorg-commit-diffs] xc/lib/font/FreeType ftfuncs.c,1.1.4.6,1.1.4.7

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:19 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/lib/font/FreeType
In directory pdx:/tmp/cvs-serv5532/lib/font/FreeType

Modified Files:
      Tag: XORG-CURRENT
	ftfuncs.c 
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT

Index: ftfuncs.c
===================================================================
RCS file: /cvs/xorg/xc/lib/font/FreeType/ftfuncs.c,v
retrieving revision 1.1.4.6
retrieving revision 1.1.4.7
diff -u -d -r1.1.4.6 -r1.1.4.7
--- a/ftfuncs.c	15 Apr 2004 10:15:07 -0000	1.1.4.6
+++ b/ftfuncs.c	21 Apr 2004 10:03:16 -0000	1.1.4.7
@@ -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