2 * Thread safe wrappers around Xutil calls.
3 * This file was generated automatically by tools/make_X11wrappers
12 #include <X11/Xresource.h>
13 #include <X11/Xutil.h>
18 XWMHints * TSXAllocWMHints(void)
27 int TSXFindContext(Display* a0, XID a1, XContext a2, XPointer* a3)
31 r = XFindContext(a0, a1, a2, a3);
36 XWMHints * TSXGetWMHints(Display* a0, Window a1)
40 r = XGetWMHints(a0, a1);
45 int TSXLookupString(XKeyEvent* a0, char* a1, int a2, KeySym* a3, XComposeStatus* a4)
49 r = XLookupString(a0, a1, a2, a3, a4);
54 int TSXSetWMHints(Display* a0, Window a1, XWMHints* a2)
58 r = XSetWMHints(a0, a1, a2);
63 int TSXDestroyImage(struct _XImage *a0)
67 r = XDestroyImage(a0);
72 #endif /* defined(HAVE_X11_XLIB_H) */