Removed inclusion of winnt.h because the porting layer shouldn't
[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  *
6  * Copyright 1998 Kristian Nielsen
7  */
8
9 #ifndef __WINE_TS_XPM_H
10 #define __WINE_TS_XPM_H
11
12 #include "config.h"
13
14 #ifdef HAVE_LIBXXPM
15
16 #include <X11/xpm.h>
17
18 extern void (*wine_tsx11_lock)(void);
19 extern void (*wine_tsx11_unlock)(void);
20
21 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
22 extern int TSXpmAttributesSize(void);
23
24 #endif /* defined(HAVE_LIBXXPM) */
25
26 #endif /* __WINE_TS_XPM_H */