2 * Thread safe wrappers around xpm calls.
3 * Always include this file instead of <X11/xpm.h>.
4 * This file was generated automatically by tools/make_X11wrappers
8 #ifndef __WINE_TS_XPM_H
9 #define __WINE_TS_XPM_H
11 #ifndef __WINE_CONFIG_H
12 # error You must include config.h to use this header
19 extern void (*wine_tsx11_lock)(void);
20 extern void (*wine_tsx11_unlock)(void);
22 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
23 extern int TSXpmAttributesSize(void);
25 #endif /* defined(HAVE_LIBXXPM) */
27 #endif /* __WINE_TS_XPM_H */