2 * Thread safe wrappers around Xlib calls.
3 * Always include this file instead of <X11/Xlib.h>.
4 * This file was generated automatically by tools/make_X11wrappers
8 #ifndef __WINE_TS_XLIB_H
9 #define __WINE_TS_XLIB_H
11 #ifndef __WINE_CONFIG_H
12 # error You must include config.h to use this header
15 #ifdef HAVE_X11_XLIB_H
19 extern void (*wine_tsx11_lock
)(void);
20 extern void (*wine_tsx11_unlock
)(void);
22 extern XFontStruct
* TSXLoadQueryFont(Display
*, const char*);
23 extern XModifierKeymap
* TSXGetModifierMapping(Display
*);
24 extern XImage
* TSXCreateImage(Display
*, Visual
*, unsigned int, int, int, char*, unsigned int, unsigned int, int, int);
25 extern XImage
* TSXGetImage(Display
*, Drawable
, int, int, unsigned int, unsigned int, unsigned long, int);
26 extern XImage
* TSXGetSubImage(Display
*, Drawable
, int, int, unsigned int, unsigned int, unsigned long, int, XImage
*, int, int);
27 extern Display
* TSXOpenDisplay(const char*);
28 extern void TSXrmInitialize(void);
29 extern char * TSXGetAtomName(Display
*, Atom
);
30 extern char * TSXKeysymToString(KeySym
);
31 extern Atom
TSXInternAtom(Display
*, const char*, int);
32 extern Colormap
TSXCopyColormapAndFree(Display
*, Colormap
);
33 extern Colormap
TSXCreateColormap(Display
*, Window
, Visual
*, int);
34 extern Cursor
TSXCreatePixmapCursor(Display
*, Pixmap
, Pixmap
, XColor
*, XColor
*, unsigned int, unsigned int);
35 extern Cursor
TSXCreateFontCursor(Display
*, unsigned int);
36 extern GC
TSXCreateGC(Display
*, Drawable
, unsigned long, XGCValues
*);
37 extern Pixmap
TSXCreatePixmap(Display
*, Drawable
, unsigned int, unsigned int, unsigned int);
38 extern Pixmap
TSXCreateBitmapFromData(Display
*, Drawable
, const char*, unsigned int, unsigned int);
39 extern Window
TSXGetSelectionOwner(Display
*, Atom
);
40 extern Window
TSXCreateWindow(Display
*, Window
, int, int, unsigned int, unsigned int, unsigned int, int, unsigned int, Visual
*, unsigned long, XSetWindowAttributes
*);
41 extern char ** TSXListFonts(Display
*, const char*, int, int*);
42 extern KeySym
TSXKeycodeToKeysym(Display
*, unsigned int, int);
43 extern KeySym
TSXLookupKeysym(XKeyEvent
*, int);
44 extern KeySym
* TSXGetKeyboardMapping(Display
*, unsigned int, int, int*);
45 extern char * TSXResourceManagerString(Display
*);
46 extern VisualID
TSXVisualIDFromVisual(Visual
*);
47 extern int TSXInitThreads(void);
48 extern XPixmapFormatValues
* TSXListPixmapFormats(Display
*, int*);
49 extern int * TSXListDepths(Display
*, int, int*);
50 extern int TSXReconfigureWMWindow(Display
*, Window
, int, unsigned int, XWindowChanges
*);
51 extern int TSXSetWMProtocols(Display
*, Window
, Atom
*, int);
52 extern int TSXIconifyWindow(Display
*, Window
, int);
53 extern int TSXSetTransientForHint(Display
*, Window
, Window
);
54 extern int TSXActivateScreenSaver(Display
*);
55 extern int TSXAllocColor(Display
*, Colormap
, XColor
*);
56 extern int TSXAllocColorCells(Display
*, Colormap
, int, unsigned long*, unsigned int, unsigned long*, unsigned int);
57 extern int TSXBell(Display
*, int);
58 extern int TSXChangeGC(Display
*, GC
, unsigned long, XGCValues
*);
59 extern int TSXChangeKeyboardControl(Display
*, unsigned long, XKeyboardControl
*);
60 extern int TSXChangeProperty(Display
*, Window
, Atom
, Atom
, int, int, const unsigned char*, int);
61 extern int TSXChangeWindowAttributes(Display
*, Window
, unsigned long, XSetWindowAttributes
*);
62 extern int TSXCheckTypedEvent(Display
*, int, XEvent
*);
63 extern int TSXCheckTypedWindowEvent(Display
*, Window
, int, XEvent
*);
64 extern int TSXCheckWindowEvent(Display
*, Window
, long, XEvent
*);
65 extern int TSXConvertSelection(Display
*, Atom
, Atom
, Atom
, Window
, Time
);
66 extern int TSXCopyArea(Display
*, Drawable
, Drawable
, GC
, int, int, unsigned int, unsigned int, int, int);
67 extern int TSXCopyPlane(Display
*, Drawable
, Drawable
, GC
, int, int, unsigned int, unsigned int, int, int, unsigned long);
68 extern int TSXDefineCursor(Display
*, Window
, Cursor
);
69 extern int TSXDeleteProperty(Display
*, Window
, Atom
);
70 extern int TSXDestroyWindow(Display
*, Window
);
71 extern int TSXDisplayKeycodes(Display
*, int*, int*);
72 extern int TSXDrawArc(Display
*, Drawable
, GC
, int, int, unsigned int, unsigned int, int, int);
73 extern int TSXDrawLine(Display
*, Drawable
, GC
, int, int, int, int);
74 extern int TSXDrawLines(Display
*, Drawable
, GC
, XPoint
*, int, int);
75 extern int TSXDrawPoint(Display
*, Drawable
, GC
, int, int);
76 extern int TSXDrawRectangle(Display
*, Drawable
, GC
, int, int, unsigned int, unsigned int);
77 extern int TSXDrawSegments(Display
*, Drawable
, GC
, XSegment
*, int);
78 extern int TSXDrawString16(Display
*, Drawable
, GC
, int, int, const XChar2b
*, int);
79 extern int TSXDrawText16(Display
*, Drawable
, GC
, int, int, XTextItem16
*, int);
80 extern int TSXFillArc(Display
*, Drawable
, GC
, int, int, unsigned int, unsigned int, int, int);
81 extern int TSXFillPolygon(Display
*, Drawable
, GC
, XPoint
*, int, int, int);
82 extern int TSXFillRectangle(Display
*, Drawable
, GC
, int, int, unsigned int, unsigned int);
83 extern int TSXFlush(Display
*);
84 extern int TSXFree(void*);
85 extern int TSXFreeColormap(Display
*, Colormap
);
86 extern int TSXFreeColors(Display
*, Colormap
, unsigned long*, int, unsigned long);
87 extern int TSXFreeCursor(Display
*, Cursor
);
88 extern int TSXFreeFont(Display
*, XFontStruct
*);
89 extern int TSXFreeFontNames(char**);
90 extern int TSXFreeGC(Display
*, GC
);
91 extern int TSXFreeModifiermap(XModifierKeymap
*);
92 extern int TSXFreePixmap(Display
*, Pixmap
);
93 extern int TSXGetFontProperty(XFontStruct
*, Atom
, unsigned long*);
94 extern int TSXGetGeometry(Display
*, Drawable
, Window
*, int*, int*, unsigned int*, unsigned int*, unsigned int*, unsigned int*);
95 extern int TSXGetInputFocus(Display
*, Window
*, int*);
96 extern int TSXGetKeyboardControl(Display
*, XKeyboardState
*);
97 extern int TSXGetScreenSaver(Display
*, int*, int*, int*, int*);
98 extern int TSXGetWindowProperty(Display
*, Window
, Atom
, long, long, int, Atom
, Atom
*, int*, unsigned long*, unsigned long*, unsigned char**);
99 extern int TSXGetWindowAttributes(Display
*, Window
, XWindowAttributes
*);
100 extern int TSXGrabKeyboard(Display
*, Window
, int, int, int, Time
);
101 extern int TSXGrabPointer(Display
*, Window
, int, unsigned int, int, int, Window
, Cursor
, Time
);
102 extern int TSXGrabServer(Display
*);
103 extern int TSXInstallColormap(Display
*, Colormap
);
104 extern KeyCode
TSXKeysymToKeycode(Display
*, KeySym
);
105 extern int TSXMapWindow(Display
*, Window
);
106 extern int TSXNextEvent(Display
*, XEvent
*);
107 extern int TSXParseGeometry(const char*, int*, int*, unsigned int*, unsigned int*);
108 extern int TSXPending(Display
*);
109 extern int TSXPutBackEvent(Display
*, XEvent
*);
110 extern int TSXPutImage(Display
*, Drawable
, GC
, XImage
*, int, int, int, int, unsigned int, unsigned int);
111 extern int TSXQueryColor(Display
*, Colormap
, XColor
*);
112 extern int TSXQueryColors(Display
*, Colormap
, XColor
*, int);
113 extern int TSXQueryKeymap(Display
*, char*);
114 extern int TSXQueryPointer(Display
*, Window
, Window
*, Window
*, int*, int*, int*, int*, unsigned int*);
115 extern int TSXQueryTree(Display
*, Window
, Window
*, Window
*, Window
**, unsigned int*);
116 extern int TSXRefreshKeyboardMapping(XMappingEvent
*);
117 extern int TSXResetScreenSaver(Display
*);
118 extern int TSXRestackWindows(Display
*, Window
*, int);
119 extern int TSXSendEvent(Display
*, Window
, int, long, XEvent
*);
120 extern int TSXSetArcMode(Display
*, GC
, int);
121 extern int TSXSetBackground(Display
*, GC
, unsigned long);
122 extern int TSXSetClipMask(Display
*, GC
, Pixmap
);
123 extern int TSXSetClipOrigin(Display
*, GC
, int, int);
124 extern int TSXSetClipRectangles(Display
*, GC
, int, int, XRectangle
*, int, int);
125 extern int TSXSetDashes(Display
*, GC
, int, const char*, int);
126 extern int TSXSetFillStyle(Display
*, GC
, int);
127 extern int TSXSetFont(Display
*, GC
, Font
);
128 extern int TSXSetForeground(Display
*, GC
, unsigned long);
129 extern int TSXSetFunction(Display
*, GC
, int);
130 extern int TSXSetGraphicsExposures(Display
*, GC
, int);
131 extern int TSXSetIconName(Display
*, Window
, const char*);
132 extern int TSXSetInputFocus(Display
*, Window
, int, Time
);
133 extern int TSXSetLineAttributes(Display
*, GC
, unsigned int, int, int, int);
134 extern int TSXSetScreenSaver(Display
*, int, int, int, int);
135 extern int TSXSetSelectionOwner(Display
*, Atom
, Window
, Time
);
136 extern int TSXSetSubwindowMode(Display
*, GC
, int);
137 extern int TSXSetWindowColormap(Display
*, Window
, Colormap
);
138 extern int TSXStoreColor(Display
*, Colormap
, XColor
*);
139 extern int TSXStoreName(Display
*, Window
, const char*);
140 extern int TSXSync(Display
*, int);
141 extern int TSXTextExtents16(XFontStruct
*, const XChar2b
*, int, int*, int*, int*, XCharStruct
*);
142 extern int TSXTextWidth16(XFontStruct
*, const XChar2b
*, int);
143 extern int TSXUngrabKeyboard(Display
*, Time
);
144 extern int TSXUngrabPointer(Display
*, Time
);
145 extern int TSXUngrabServer(Display
*);
146 extern int TSXUninstallColormap(Display
*, Colormap
);
147 extern int TSXUnmapWindow(Display
*, Window
);
148 extern int TSXWarpPointer(Display
*, Window
, Window
, int, int, unsigned int, unsigned int, int, int);
149 extern XIM
TSXOpenIM(Display
*, struct _XrmHashBucketRec
*, char*, char*);
150 extern int (*TSXSynchronize(Display
*, Bool
))(Display
*);
152 #endif /* defined(HAVE_X11_XLIB_H) */
154 #endif /* __WINE_TS_XLIB_H */