Added tracking support and fixed loading of resource strings.
[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_TSXPM_H
10 #define __WINE_TSXPM_H
11
12 #include <X11/xpm.h>
13
14 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
15 extern int TSXpmAttributesSize(void);
16
17 #endif /* __WINE_TSXPM_H */