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

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

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

revision 1.35 by werner, Wed Feb 25 12:58:54 2004 UTC revision 1.36 by olvaffe, Thu Nov 17 01:53:07 2005 UTC
# Line 113  FT_BEGIN_HEADER Line 113  FT_BEGIN_HEADER
113    /*    This function may be useful if you want to access elements of      */    /*    This function may be useful if you want to access elements of      */
114    /*    the internal `ft_trace_levels' array by an index.                  */    /*    the internal `ft_trace_levels' array by an index.                  */
115    /*                                                                       */    /*                                                                       */
116    FT_EXPORT( FT_Int )    FT_BASE( FT_Int )
117    FT_Trace_Get_Count( void );    FT_Trace_Get_Count( void );
118    
119    
# Line 140  FT_BEGIN_HEADER Line 140  FT_BEGIN_HEADER
140    /*    This function may be useful if you want to control FreeType 2's    */    /*    This function may be useful if you want to control FreeType 2's    */
141    /*    debug level in your appliaciton.                                   */    /*    debug level in your appliaciton.                                   */
142    /*                                                                       */    /*                                                                       */
143    FT_EXPORT( const char * )    FT_BASE( const char * )
144    FT_Trace_Get_Name( FT_Int  idx );    FT_Trace_Get_Name( FT_Int  idx );
145    
146    
# Line 213  FT_BEGIN_HEADER Line 213  FT_BEGIN_HEADER
213  #include "stdio.h"  /* for vprintf() */  #include "stdio.h"  /* for vprintf() */
214    
215    /* print a message */    /* print a message */
216    FT_EXPORT( void )    FT_BASE( void )
217    FT_Message( const char*  fmt, ... );    FT_Message( const char*  fmt, ... );
218    
219    /* print a message and exit */    /* print a message and exit */
220    FT_EXPORT( void )    FT_BASE( void )
221    FT_Panic( const char*  fmt, ... );    FT_Panic( const char*  fmt, ... );
222    
223  #endif /* FT_DEBUG_LEVEL_ERROR */  #endif /* FT_DEBUG_LEVEL_ERROR */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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