Attached.

--behdad
http://behdad.org/
Index: src/ftview.c
===================================================================
RCS file: /cvsroot/freetype/ft2demos/src/ftview.c,v
retrieving revision 1.58
diff -u -p -r1.58 ftview.c
--- src/ftview.c        4 Mar 2005 05:58:35 -0000       1.58
+++ src/ftview.c        16 Apr 2005 12:05:17 -0000
@@ -147,7 +147,7 @@
         }
 
         error = glyph_to_bitmap( glyphp, &bit3, &left, &top,
-                                 &x_advance, &y_advance, (FT_Pointer*)&glyphb 
);
+                                 &x_advance, &y_advance, (void*)&glyphb );
         if ( !error )
         {
           /* now render the bitmap into the display surface */
_______________________________________________
Freetype-devel mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to