Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
[wine] / include / ts_shape.h
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  */
7
8 #ifndef __WINE_TS_SHAPE_H
9 #define __WINE_TS_SHAPE_H
10
11 #ifndef __WINE_CONFIG_H
12 # error You must include config.h to use this header
13 #endif
14
15 #ifdef HAVE_LIBXSHAPE
16 #include <X11/IntrinsicP.h>
17
18 #include <X11/extensions/shape.h>
19
20 extern void (*wine_tsx11_lock)(void);
21 extern void (*wine_tsx11_unlock)(void);
22
23 extern void  TSXShapeCombineRectangles(Display*, Window, int, int, int, XRectangle*, int, int, int);
24 extern void  TSXShapeCombineMask(Display*, Window, int, int, int, Pixmap, int);
25
26 #endif /* defined(HAVE_LIBXSHAPE) */
27
28 #endif /* __WINE_TS_SHAPE_H */