Add exclusion defs & remaining funcs, remove internal types &
[wine/hacks.git] / include / ts_xpm.h
blobe4e33966baee8684e8ff2c0bf8518333c9aefbb2
1 /*
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
5 * DO NOT EDIT!
6 */
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
13 #endif
15 #ifdef HAVE_LIBXXPM
17 #include <X11/xpm.h>
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 */