Fixes crash when calling Treeview_EndEditLabelNow and no node is
[wine.git] / include / ts_xpm.h
bloba12eb679aee7f0aa79b45c8bb1256f7704c87021
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 #ifdef HAVE_LIBXXPM
16 #include <X11/xpm.h>
18 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
19 extern int TSXpmAttributesSize(void);
21 #endif /* defined(HAVE_LIBXXPM) */
23 #endif /* __WINE_TS_XPM_H */