| * Thread safe wrappers around xpm calls. |
| * This file was generated automatically by tools/make_X11wrappers |
| DEFAULT_DEBUG_CHANNEL(x11) |
| int TSXpmCreatePixmapFromData(Display *a0, Drawable a1, char **a2, Pixmap *a3, Pixmap *a4, XpmAttributes *a5) |
| TRACE("Call XpmCreatePixmapFromData\n"); |
| EnterCriticalSection( &X11DRV_CritSection ); |
| r = XpmCreatePixmapFromData(a0, a1, a2, a3, a4, a5); |
| LeaveCriticalSection( &X11DRV_CritSection ); |
| TRACE("Ret XpmCreatePixmapFromData\n"); |
| int TSXpmAttributesSize(void) |
| TRACE("Call XpmAttributesSize\n"); |
| EnterCriticalSection( &X11DRV_CritSection ); |
| LeaveCriticalSection( &X11DRV_CritSection ); |
| TRACE("Ret XpmAttributesSize\n"); |
| #endif /* defined(HAVE_LIBXXPM) */ |