Added missing #include "config.h"
[wine/multimedia.git] / include / ts_xpm.h
blob05aeef3c47c5bd6769bf6353bdafd4ea0c8bbb22
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
6 * Copyright 1998 Kristian Nielsen
7 */
9 #ifndef __WINE_TSXPM_H
10 #define __WINE_TSXPM_H
12 #include <X11/xpm.h>
14 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
15 extern int TSXpmAttributesSize(void);
17 #endif /* __WINE_TSXPM_H */