Re: [ft-devel] Inconsistent Function Type

2005-09-02 Thread Werner LEMBERG
In a header file include/freetype/ftrender.h , typedef void (*FT_Glyph_TransformFunc)( FT_Glyphglyph, FT_Matrix* matrix, FT_Vector* delta ) But in a source file src/base/ftglyph.c , FT_CALLBACK_DEF( void )

[ft-devel] Inconsistent Function Type

2005-09-01 Thread Yuji Kuwabara
Hello, I tried to build FT2 using CodeWarrior on MacOSX. In a header file include/freetype/ftrender.h , typedef void (*FT_Glyph_TransformFunc)( FT_Glyphglyph, FT_Matrix* matrix, FT_Vector* delta ) But in a source file