Convert NULL menu items to separators.
[wine/wine-kai.git] / include / ts_shape.h
blobcff6c450f58285427ee366d32315e57238e9400e
1 /*
2 * Thread safe wrappers around shape calls.
3 * Always include this file instead of <X11/shape.h>.
4 * This file was generated automatically by tools/make_X11wrappers
5 * DO NOT EDIT!
6 */
8 #ifndef __WINE_TS_SHAPE_H
9 #define __WINE_TS_SHAPE_H
11 #ifndef __WINE_CONFIG_H
12 # error You must include config.h to use this header
13 #endif
15 #ifdef HAVE_LIBXSHAPE
16 #include <X11/IntrinsicP.h>
18 #include <X11/extensions/shape.h>
20 extern void (*wine_tsx11_lock)(void);
21 extern void (*wine_tsx11_unlock)(void);
23 extern void TSXShapeCombineRectangles(Display*, Window, int, int, int, XRectangle*, int, int, int);
24 extern void TSXShapeCombineMask(Display*, Window, int, int, int, Pixmap, int);
26 #endif /* defined(HAVE_LIBXSHAPE) */
28 #endif /* __WINE_TS_SHAPE_H */