Window activation cleanups.
[wine] / include / ts_xpm.h
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  */
7
8 #ifndef __WINE_TS_XPM_H
9 #define __WINE_TS_XPM_H
10
11 #ifndef __WINE_CONFIG_H
12 # error You must include config.h to use this header
13 #endif
14
15 #ifdef HAVE_LIBXXPM
16
17 #include <X11/xpm.h>
18
19 extern void (*wine_tsx11_lock)(void);
20 extern void (*wine_tsx11_unlock)(void);
21
22 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
23 extern int TSXpmAttributesSize(void);
24
25 #endif /* defined(HAVE_LIBXXPM) */
26
27 #endif /* __WINE_TS_XPM_H */