| * Thread safe wrappers around shape calls. |
| * Always include this file instead of <X11/shape.h>. |
| * This file was generated automatically by tools/make_X11wrappers |
| #ifndef __WINE_TS_SHAPE_H |
| #define __WINE_TS_SHAPE_H |
| # error You must include config.h to use this header |
| #include <X11/IntrinsicP.h> |
| #include <X11/extensions/shape.h> |
| extern void (*wine_tsx11_lock)(void); |
| extern void (*wine_tsx11_unlock)(void); |
| extern void TSXShapeCombineRectangles(Display*, Window, int, int, int, XRectangle*, int, int, int); |
| extern void TSXShapeCombineMask(Display*, Window, int, int, int, Pixmap, int); |
| #endif /* defined(HAVE_LIBXSHAPE) */ |
| #endif /* __WINE_TS_SHAPE_H */ |