2 * Thread safe wrappers around xpm calls.
3 * This file was generated automatically by tools/make_X11wrappers
13 #include "debugtools.h"
17 DEFAULT_DEBUG_CHANNEL(x11);
19 int TSXpmCreatePixmapFromData(Display *a0, Drawable a1, char **a2, Pixmap *a3, Pixmap *a4, XpmAttributes *a5)
22 TRACE("Call XpmCreatePixmapFromData\n");
23 EnterCriticalSection( &X11DRV_CritSection );
24 r = XpmCreatePixmapFromData(a0, a1, a2, a3, a4, a5);
25 LeaveCriticalSection( &X11DRV_CritSection );
26 TRACE("Ret XpmCreatePixmapFromData\n");
30 int TSXpmAttributesSize(void)
33 TRACE("Call XpmAttributesSize\n");
34 EnterCriticalSection( &X11DRV_CritSection );
35 r = XpmAttributesSize();
36 LeaveCriticalSection( &X11DRV_CritSection );
37 TRACE("Ret XpmAttributesSize\n");
41 #endif /* defined(HAVE_LIBXXPM) */