/[freetype]/freetype2/src/base/ftdebug.c
ViewVC logotype

Diff of /freetype2/src/base/ftdebug.c

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

revision 1.29 by werner, Mon Dec 13 23:16:59 2004 UTC revision 1.30 by olvaffe, Thu Nov 17 01:53:07 2005 UTC
# Line 50  Line 50 
50    
51    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
52    
53    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
54    FT_Message( const char*  fmt, ... )    FT_Message( const char*  fmt, ... )
55    {    {
56      va_list  ap;      va_list  ap;
# Line 64  Line 64 
64    
65    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
66    
67    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
68    FT_Panic( const char*  fmt, ... )    FT_Panic( const char*  fmt, ... )
69    {    {
70      va_list  ap;      va_list  ap;
# Line 101  Line 101 
101    
102    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
103    
104    FT_EXPORT_DEF( FT_Int )    FT_BASE_DEF( FT_Int )
105    FT_Trace_Get_Count( void )    FT_Trace_Get_Count( void )
106    {    {
107      return trace_count;      return trace_count;
# Line 110  Line 110 
110    
111    /* documentation is in ftdebug.h */    /* documentation is in ftdebug.h */
112    
113    FT_EXPORT_DEF( const char * )    FT_BASE_DEF( const char * )
114    FT_Trace_Get_Name( FT_Int  idx )    FT_Trace_Get_Name( FT_Int  idx )
115    {    {
116      int  max = FT_Trace_Get_Count();      int  max = FT_Trace_Get_Count();
# Line 224  Line 224 
224    }    }
225    
226    
227    FT_EXPORT_DEF( FT_Int )    FT_BASE_DEF( FT_Int )
228    FT_Trace_Get_Count( void )    FT_Trace_Get_Count( void )
229    {    {
230      return 0;      return 0;
231    }    }
232    
233    
234    FT_EXPORT_DEF( const char * )    FT_BASE_DEF( const char * )
235    FT_Trace_Get_Name( FT_Int  idx )    FT_Trace_Get_Name( FT_Int  idx )
236    {    {
237      FT_UNUSED( idx );      FT_UNUSED( idx );

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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