Release 980201
[wine/multimedia.git] / include / ts_xshm.h
blob01a2b51f0299cd66760b3dbd92573c35b876db16
1 /*
2 * Thread safe wrappers around XShm calls.
3 * Always include this file instead of <X11/XShm.h>.
4 * This file was generated automatically by tools/make_X11wrappers
6 * Copyright 1998 Kristian Nielsen
7 */
9 #ifndef __WINE_TSXSHM_H
10 #define __WINE_TSXSHM_H
12 #include <X11/Xlib.h>
13 #include <X11/extensions/XShm.h>
15 extern Bool TSXShmQueryExtension(Display *);
16 extern int TSXShmPixmapFormat(Display *);
17 extern Status TSXShmDetach(Display *, XShmSegmentInfo *);
18 extern Status TSXShmAttach(Display *, XShmSegmentInfo *);
20 #endif /* __WINE_TSXSHM_H */