From 9fc19ef8e2dcd8bcf6a1d034b95c1de2b88e485c Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Thu, 17 Feb 2011 15:05:13 +0000 Subject: New tlperl part II git-svn-id: svn://tug.org/texlive/trunk@21424 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.t | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.t (limited to 'Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.t') diff --git a/Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.t b/Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.t new file mode 100644 index 00000000000..b52ad2cf398 --- /dev/null +++ b/Master/tlpkg/tlperl/lib/Tk/pTk/tixImgXpm.t @@ -0,0 +1,49 @@ +#ifdef _TIXIMGXPM +#ifndef TixpInitPixmapInstance +VFUNC(void,TixpInitPixmapInstance,V_TixpInitPixmapInstance,_ANSI_ARGS_(( + PixmapMaster *masterPtr, + PixmapInstance *instancePtr))) +#endif /* #ifndef TixpInitPixmapInstance */ + +#ifndef TixpXpmAllocTmpBuffer +VFUNC(void,TixpXpmAllocTmpBuffer,V_TixpXpmAllocTmpBuffer,_ANSI_ARGS_(( + PixmapMaster * masterPtr, + PixmapInstance * instancePtr, + XImage ** imagePtr, XImage ** maskPtr))) +#endif /* #ifndef TixpXpmAllocTmpBuffer */ + +#ifndef TixpXpmDisplay +VFUNC(void,TixpXpmDisplay,V_TixpXpmDisplay,_ANSI_ARGS_((ClientData clientData, + Display *display, Drawable drawable, + int imageX, int imageY, int width, int height, + int drawableX, int drawableY))) +#endif /* #ifndef TixpXpmDisplay */ + +#ifndef TixpXpmFreeInstanceData +VFUNC(void,TixpXpmFreeInstanceData,V_TixpXpmFreeInstanceData,_ANSI_ARGS_(( + PixmapInstance *instancePtr, int delete, + Display *display))) +#endif /* #ifndef TixpXpmFreeInstanceData */ + +#ifndef TixpXpmFreeTmpBuffer +VFUNC(void,TixpXpmFreeTmpBuffer,V_TixpXpmFreeTmpBuffer,_ANSI_ARGS_(( + PixmapMaster * masterPtr, + PixmapInstance * instancePtr, + XImage * image, XImage * mask))) +#endif /* #ifndef TixpXpmFreeTmpBuffer */ + +#ifndef TixpXpmRealizePixmap +VFUNC(void,TixpXpmRealizePixmap,V_TixpXpmRealizePixmap,_ANSI_ARGS_(( + PixmapMaster * masterPtr, + PixmapInstance * instancePtr, + XImage * image, XImage * mask, int isTransp))) +#endif /* #ifndef TixpXpmRealizePixmap */ + +#ifndef TixpXpmSetPixel +VFUNC(void,TixpXpmSetPixel,V_TixpXpmSetPixel,_ANSI_ARGS_(( + PixmapInstance * instancePtr, XImage * image, + XImage * mask, int x, int y, XColor * colorPtr, + int * isTranspPtr))) +#endif /* #ifndef TixpXpmSetPixel */ + +#endif /* _TIXIMGXPM */ -- cgit v1.2.3