summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.m
blob: 2e6845bef964ae9e7797d53c31fd5b141de47f54 (plain)
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 */