2 * Thread safe wrappers around xpm calls.
3 * This file was generated automatically by tools/make_X11wrappers
11 int TSXpmCreatePixmapFromData(Display
*a0
, Drawable a1
, char **a2
, Pixmap
*a3
, Pixmap
*a4
, XpmAttributes
*a5
)
14 TRACE(x11
, "Call XpmCreatePixmapFromData\n");
15 EnterCriticalSection( &X11DRV_CritSection
);
16 r
= XpmCreatePixmapFromData(a0
, a1
, a2
, a3
, a4
, a5
);
17 LeaveCriticalSection( &X11DRV_CritSection
);
18 TRACE(x11
, "Ret XpmCreatePixmapFromData\n");
22 int TSXpmAttributesSize(void)
25 TRACE(x11
, "Call XpmAttributesSize\n");
26 EnterCriticalSection( &X11DRV_CritSection
);
27 r
= XpmAttributesSize();
28 LeaveCriticalSection( &X11DRV_CritSection
);
29 TRACE(x11
, "Ret XpmAttributesSize\n");