home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _329029a1d01035c1b275d3f8178978ee < prev    next >
Encoding:
Text File  |  2004-06-01  |  921 b   |  35 lines

  1. #ifndef _TIXIMGXPM_VM
  2. #define _TIXIMGXPM_VM
  3. #include "tixImgXpm_f.h"
  4. #ifndef NO_VTABLES
  5. #ifndef TixpInitPixmapInstance
  6. #  define TixpInitPixmapInstance (*TiximgxpmVptr->V_TixpInitPixmapInstance)
  7. #endif
  8.  
  9. #ifndef TixpXpmAllocTmpBuffer
  10. #  define TixpXpmAllocTmpBuffer (*TiximgxpmVptr->V_TixpXpmAllocTmpBuffer)
  11. #endif
  12.  
  13. #ifndef TixpXpmDisplay
  14. #  define TixpXpmDisplay (*TiximgxpmVptr->V_TixpXpmDisplay)
  15. #endif
  16.  
  17. #ifndef TixpXpmFreeInstanceData
  18. #  define TixpXpmFreeInstanceData (*TiximgxpmVptr->V_TixpXpmFreeInstanceData)
  19. #endif
  20.  
  21. #ifndef TixpXpmFreeTmpBuffer
  22. #  define TixpXpmFreeTmpBuffer (*TiximgxpmVptr->V_TixpXpmFreeTmpBuffer)
  23. #endif
  24.  
  25. #ifndef TixpXpmRealizePixmap
  26. #  define TixpXpmRealizePixmap (*TiximgxpmVptr->V_TixpXpmRealizePixmap)
  27. #endif
  28.  
  29. #ifndef TixpXpmSetPixel
  30. #  define TixpXpmSetPixel (*TiximgxpmVptr->V_TixpXpmSetPixel)
  31. #endif
  32.  
  33. #endif /* NO_VTABLES */
  34. #endif /* _TIXIMGXPM_VM */
  35.