Implemented stubs for SHRegEnumUSKey{A|W} and return end-of-list error
[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  *
6  * Copyright 1998 Kristian Nielsen
7  */
8
9 #ifndef __WINE_TS_SHAPE_H
10 #define __WINE_TS_SHAPE_H
11
12 #include "config.h"
13
14 #ifdef HAVE_LIBXSHAPE
15 #include <X11/IntrinsicP.h>
16
17 #include <X11/extensions/shape.h>
18
19 extern void (*wine_tsx11_lock)(void);
20 extern void (*wine_tsx11_unlock)(void);
21
22 extern void  TSXShapeCombineRectangles(Display*, Window, int, int, int, XRectangle*, int, int, int);
23 extern void  TSXShapeCombineMask(Display*, Window, int, int, int, Pixmap, int);
24
25 #endif /* defined(HAVE_LIBXSHAPE) */
26
27 #endif /* __WINE_TS_SHAPE_H */