Alexandre Julliard | 60ce85c | 1998-02-01 18:33:27 +0000 | [diff] [blame] | 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 | |
Patrik Stridvall | 857eb39 | 1999-06-12 18:36:54 +0000 | [diff] [blame] | 9 | #ifndef __WINE_TS_XPM_H |
| 10 | #define __WINE_TS_XPM_H |
Alexandre Julliard | 60ce85c | 1998-02-01 18:33:27 +0000 | [diff] [blame] | 11 | |
Patrik Stridvall | 48b5de8 | 1999-02-04 10:51:35 +0000 | [diff] [blame] | 12 | #include "config.h" |
| 13 | |
Patrik Stridvall | 48b5de8 | 1999-02-04 10:51:35 +0000 | [diff] [blame] | 14 | #ifdef HAVE_LIBXXPM |
| 15 | |
Alexandre Julliard | 60ce85c | 1998-02-01 18:33:27 +0000 | [diff] [blame] | 16 | #include <X11/xpm.h> |
| 17 | |
| 18 | extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *); |
| 19 | extern int TSXpmAttributesSize(void); |
| 20 | |
Patrik Stridvall | 48b5de8 | 1999-02-04 10:51:35 +0000 | [diff] [blame] | 21 | #endif /* defined(HAVE_LIBXXPM) */ |
| 22 | |
Patrik Stridvall | 857eb39 | 1999-06-12 18:36:54 +0000 | [diff] [blame] | 23 | #endif /* __WINE_TS_XPM_H */ |