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 | |
| 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 */ |