blob: 05aeef3c47c5bd6769bf6353bdafd4ea0c8bbb22 [file] [log] [blame]
Alexandre Julliard60ce85c1998-02-01 18:33:27 +00001/*
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
14extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
15extern int TSXpmAttributesSize(void);
16
17#endif /* __WINE_TSXPM_H */