Fixed a couple of file descriptor leaks.
[wine/multimedia.git] / include / ts_xpm.h
blob2a1380bf3748aab8bc150b1562d447ebefc331a0
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_TS_XPM_H
10 #define __WINE_TS_XPM_H
12 #include "config.h"
14 #ifndef X_DISPLAY_MISSING
16 #ifdef HAVE_LIBXXPM
18 #include <X11/xpm.h>
20 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
21 extern int TSXpmAttributesSize(void);
23 #endif /* defined(HAVE_LIBXXPM) */
25 #endif /* !defined(X_DISPLAY_MISSING) */
27 #endif /* __WINE_TS_XPM_H */