2 * Thread safe wrappers around shape calls.
3 * This file was generated automatically by tools/make_X11wrappers
10 #include <X11/IntrinsicP.h>
12 #include <X11/extensions/shape.h>
17 void TSXShapeCombineRectangles(Display
* a0
, Window a1
, int a2
, int a3
, int a4
, XRectangle
* a5
, int a6
, int a7
, int a8
)
20 XShapeCombineRectangles(a0
, a1
, a2
, a3
, a4
, a5
, a6
, a7
, a8
);
24 void TSXShapeCombineMask(Display
* a0
, Window a1
, int a2
, int a3
, int a4
, Pixmap a5
, int a6
)
27 XShapeCombineMask(a0
, a1
, a2
, a3
, a4
, a5
, a6
);
31 #endif /* defined(HAVE_LIBXSHAPE) */