[Xorg-commit] xc/extras/freetype2/src/autohint ahhint.c,1.1,1.1.4.1

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Wed May 9 17:30:30 EEST 2007


Committed by: kaleb

Update of /cvs/xorg/xc/extras/freetype2/src/autohint
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/extras/freetype2/src/autohint

Modified Files:
      Tag: XORG-CURRENT
	ahhint.c 
Log Message:
put back erased version


Index: ahhint.c
===================================================================
RCS file: /cvs/xorg/xc/extras/freetype2/src/autohint/ahhint.c,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- a/ahhint.c	14 Nov 2003 16:48:24 -0000	1.1
+++ b/ahhint.c	24 Feb 2004 03:33:08 -0000	1.1.4.1
@@ -27,10 +27,10 @@
 #include FT_OUTLINE_H
 
 
-#define FACE_GLOBALS( face )  ((AH_Face_Globals*)(face)->autohint.data)
+#define FACE_GLOBALS( face )  ((AH_Face_Globals)(face)->autohint.data)
 
 #define AH_USE_IUP
-
+#define OPTIM_STEM_SNAP
 
   /*************************************************************************/
[...1311 lines suppressed...]
-    AH_Globals*  globals = 0;
-    FT_Memory    memory  = hinter->memory;
-    FT_Error     error;
+    AH_Globals  globals = 0;
+    FT_Memory   memory  = hinter->memory;
+    FT_Error    error;
 
 
     /* allocate new master globals */
@@ -1419,8 +1773,8 @@
 
 
   FT_LOCAL_DEF( void )
-  ah_hinter_done_global_hints( AH_Hinter*  hinter,
-                               void*       global_hints )
+  ah_hinter_done_global_hints( AH_Hinter  hinter,
+                               void*      global_hints )
   {
     FT_Memory  memory = hinter->memory;
 





More information about the xorg-commit mailing list