home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / plug-ins / perl / extradefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-11  |  204 b   |  12 lines

  1. /*
  2.  * extra constants for use by the plugin
  3.  */
  4.  
  5. #define TRACE_NONE    0x00
  6. #define TRACE_CALL    0x01
  7. #define TRACE_TYPE    0x11
  8. #define TRACE_NAME    0x21
  9. #define TRACE_DESC    0x41
  10. #define TRACE_ALL    0xff
  11.  
  12.