/[freetype]/freetype2/include/freetype/internal/ftserv.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/ftserv.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by freetype, Sun May 1 10:11:31 2005 UTC revision 1.19 by wl, Mon May 9 22:29:36 2005 UTC
# Line 118  FT_BEGIN_HEADER Line 118  FT_BEGIN_HEADER
118    
119  #define FT_FACE_FIND_GLOBAL_SERVICE( face, ptr, id )               \  #define FT_FACE_FIND_GLOBAL_SERVICE( face, ptr, id )               \
120    FT_BEGIN_STMNT                                                   \    FT_BEGIN_STMNT                                                   \
121      FT_Module   module = FT_MODULE( FT_FACE( face )->driver );     \      FT_Module    module = FT_MODULE( FT_FACE( face )->driver );    \
122      FT_Pointer  _tmp_;                                             \      FT_Pointer   _tmp_;                                            \
123      FT_Pointer  _pptr_ = (FT_Pointer*)&(ptr);                      \      FT_Pointer*  _pptr_ = (FT_Pointer*)&(ptr);                     \
124                                                                     \                                                                     \
125                                                                     \                                                                     \
126      _tmp_ = ft_module_get_service( module, FT_SERVICE_ID_ ## id ); \      _tmp_ = ft_module_get_service( module, FT_SERVICE_ID_ ## id ); \

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26