File: tixImgXpm.m

package info (click to toggle)
perl-tk 1%3A800.011-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 16,820 kB
  • ctags: 17,448
  • sloc: ansic: 189,575; perl: 31,426; makefile: 4,360; sh: 1,921; yacc: 762
file content (34 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef _TIXIMGXPM_VM
#define _TIXIMGXPM_VM
#include "tixImgXpm_f.h"
#ifndef NO_VTABLES
#ifndef TixpInitPixmapInstance
#  define TixpInitPixmapInstance (*TiximgxpmVptr->V_TixpInitPixmapInstance)
#endif

#ifndef TixpXpmAllocTmpBuffer
#  define TixpXpmAllocTmpBuffer (*TiximgxpmVptr->V_TixpXpmAllocTmpBuffer)
#endif

#ifndef TixpXpmDisplay
#  define TixpXpmDisplay (*TiximgxpmVptr->V_TixpXpmDisplay)
#endif

#ifndef TixpXpmFreeInstanceData
#  define TixpXpmFreeInstanceData (*TiximgxpmVptr->V_TixpXpmFreeInstanceData)
#endif

#ifndef TixpXpmFreeTmpBuffer
#  define TixpXpmFreeTmpBuffer (*TiximgxpmVptr->V_TixpXpmFreeTmpBuffer)
#endif

#ifndef TixpXpmRealizePixmap
#  define TixpXpmRealizePixmap (*TiximgxpmVptr->V_TixpXpmRealizePixmap)
#endif

#ifndef TixpXpmSetPixel
#  define TixpXpmSetPixel (*TiximgxpmVptr->V_TixpXpmSetPixel)
#endif

#endif /* NO_VTABLES */
#endif /* _TIXIMGXPM_VM */