blob: fdafe70e6cf06e8823132a5ee00f6c031c36717f [file] [log] [blame]
Alexandre Julliard60ce85c1998-02-01 18:33:27 +00001# This file contains the list of X11 calls that Wine uses and which must be
2# protected by a critical section for multi-threaded use.
3#
4# To add a new call, put it on this list and run tools/make_X11wrappers.
Alexandre Julliard03468f71998-02-15 19:40:49 +00005# Also read the comments at the top of tools/make_X11wrappers.
Alexandre Julliard60ce85c1998-02-01 18:33:27 +00006#
7XActivateScreenSaver
8XAddPixel
9XAllocClassHint
10XAllocColor
11XAllocColorCells
12XAllocSizeHints
13XAllocWMHints
14XBell
15XChangeGC
16XChangeKeyboardControl
17XChangeProperty
18XChangeWindowAttributes
Ove Kaaven7da242d1999-11-07 22:44:06 +000019XCheckTypedEvent
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000020XCheckTypedWindowEvent
21XCheckWindowEvent
22XClipBox
23XConvertSelection
24XCopyArea
Alexandre Julliard642d3131998-07-12 19:29:36 +000025XCopyColormapAndFree
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000026XCopyPlane
27XCreateBitmapFromData
28XCreateColormap
29XCreateFontCursor
30XCreateGC
31XCreateImage
32XCreatePixmap
33XCreatePixmapCursor
34XCreateRegion
35XCreateWindow
36XDefineCursor
37XDeleteContext
Noel Borthwickd05b7be1999-09-20 15:42:47 +000038XDeleteProperty
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000039XDestroyImage
40XDestroyRegion
41XDestroyWindow
42XDisplayKeycodes
43XDrawArc
44XDrawLine
45XDrawLines
46XDrawPoint
47XDrawRectangle
48XDrawSegments
Huw D M Daviesc5539241999-12-26 00:47:03 +000049XDrawString16
50XDrawText16
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000051XEmptyRegion
52XEqualRegion
53XFillArc
54XFillPolygon
55XFillRectangle
56XFindContext
57XFlush
58XFree
Alexandre Julliard03468f71998-02-15 19:40:49 +000059XFreeColormap
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000060XFreeColors
61XFreeCursor
62XFreeFont
63XFreeFontNames
64XFreeGC
65XFreeModifiermap
66XFreePixmap
67XGetAtomName
68XGetFontProperty
69XGetGeometry
70XGetImage
71XGetInputFocus
72XGetKeyboardControl
73XGetKeyboardMapping
74XGetModifierMapping
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000075XGetScreenSaver
76XGetSelectionOwner
Marcus Meissner77e3cd82000-07-29 00:01:30 +000077XGetSubImage
Alexandre Julliard03468f71998-02-15 19:40:49 +000078XGetVisualInfo
Susan Farley80373892000-06-02 20:36:29 +000079XGetWMHints
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000080XGetWMSizeHints
81XGetWindowAttributes
82XGetWindowProperty
Lionel Ulmerba02d1d1999-12-04 04:22:04 +000083XGrabKeyboard
84XGrabPointer
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000085XGrabServer
Alex Korobka44a1b591999-04-01 12:03:52 +000086XIconifyWindow
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000087XInitThreads
88XInstallColormap
89XInternAtom
90XIntersectRegion
91XKeycodeToKeysym
92XKeysymToKeycode
93XKeysymToString
94XListDepths
95XListFonts
Lionel Ulmer00d5d772000-04-29 17:16:53 +000096XListPixmapFormats
Alexandre Julliard60ce85c1998-02-01 18:33:27 +000097XLoadQueryFont
98XLookupKeysym
99XLookupString
100XMapWindow
101XNextEvent
102XOffsetRegion
103XOpenDisplay
Alexandre Julliarda0d77311998-09-13 16:32:00 +0000104XOpenIM
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000105XParseGeometry
106XPending
107XPointInRegion
108XPolygonRegion
109XPutBackEvent
110XPutImage
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000111XQueryColor
Marcus Meissner96dad151998-10-22 07:55:33 +0000112XQueryKeymap
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000113XQueryPointer
114XQueryTree
115XReconfigureWMWindow
116XRectInRegion
Stephane Lussierfa8b7282000-04-16 17:07:27 +0000117XRefreshKeyboardMapping
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000118XResetScreenSaver
119XResourceManagerString
120XRestackWindows
121XSaveContext
122XSendEvent
123XSetArcMode
124XSetBackground
Dirk Thierbach9824ec41998-12-15 17:33:04 +0000125XSetClassHint
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000126XSetClipMask
127XSetClipOrigin
128XSetClipRectangles
129XSetDashes
130XSetFillStyle
Hidenori Takeshima67ccc082000-08-15 12:01:47 +0000131XSetFont
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000132XSetForeground
133XSetFunction
134XSetGraphicsExposures
135XSetIconName
136XSetInputFocus
137XSetLineAttributes
138XSetRegion
139XSetScreenSaver
140XSetSelectionOwner
141XSetSubwindowMode
142XSetTransientForHint
Alexandre Julliard829fe321998-07-26 14:27:39 +0000143XSetWindowColormap
Alex Korobka4f1ac051999-03-28 09:37:57 +0000144XSetWMHints
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000145XSetWMProperties
146XSetWMProtocols
147XSetWMSizeHints
Francois Jacques5b6879c2000-07-28 23:04:54 +0000148XShapeCombineMask
149XShapeCombineRectangles
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000150XShmAttach
Lionel Ulmer16704da1998-11-15 16:43:32 +0000151XShmCreateImage
152XShmCreatePixmap
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000153XShmDetach
Lionel Ulmer16704da1998-11-15 16:43:32 +0000154XShmGetImage
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000155XShmPixmapFormat
Alexandre Julliard642d3131998-07-12 19:29:36 +0000156XShmPutImage
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000157XShmQueryExtension
Lionel Ulmer16704da1998-11-15 16:43:32 +0000158XShmQueryVersion
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000159XShrinkRegion
160XStoreColor
161XStoreName
162XStringListToTextProperty
163XSubImage
164XSubtractRegion
165XSync
166XSynchronize
Huw D M Daviesc5539241999-12-26 00:47:03 +0000167XTextExtents16
168XTextWidth16
Lionel Ulmerba02d1d1999-12-04 04:22:04 +0000169XUngrabKeyboard
170XUngrabPointer
Alexandre Julliard60ce85c1998-02-01 18:33:27 +0000171XUngrabServer
172XUninstallColormap
173XUnionRectWithRegion
174XUnionRegion
175XUniqueContext
176XUnmapWindow
177XWarpPointer
178XXorRegion
179XpmAttributesSize
180XpmCreatePixmapFromData
181XrmGetFileDatabase
182XrmGetResource
183XrmGetStringDatabase
184XrmInitialize
185XrmMergeDatabases
186XrmParseCommand
187XrmUniqueQuark
188_XInitImageFuncPtrs
Alexandre Julliard829fe321998-07-26 14:27:39 +0000189XF86DGAQueryExtension
190XF86DGASetViewPort
191XF86DGAInstallColormap
192XF86DGAViewPortChanged
193XF86DGADirectVideo
194XF86DGAQueryVersion
195XF86DGAQueryDirectVideo
196XF86DGAGetVideo
197XF86DGAGetViewPortSize
Stephen Crowley399931a1998-12-08 13:10:56 +0000198XF86VidModeQueryVersion
199XF86VidModeQueryExtension
200XF86VidModeGetModeLine
201XF86VidModeGetAllModeLines
202XF86VidModeAddModeLine
203XF86VidModeDeleteModeLine
204XF86VidModeModModeLine
205XF86VidModeValidateModeLine
206XF86VidModeSwitchMode
207XF86VidModeSwitchToMode
208XF86VidModeLockModeSwitch
209XF86VidModeGetMonitor
210XF86VidModeGetViewPort
211XF86VidModeSetViewPort
Lionel Ulmerd94475b1999-09-20 18:42:46 +0000212XDGAQueryExtension
213XDGAQueryVersion
214XDGAQueryModes
215XDGASetMode
216XDGAOpenFramebuffer
217XDGACloseFramebuffer
218XDGASetViewport
219XDGAInstallColormap
220XDGACreateColormap
221XDGASelectInput
222XDGAFillRectangle
223XDGACopyArea
224XDGACopyTransparentArea
225XDGAGetViewportStatus
226XDGASync
227XDGASetClientVersion
228XDGAChangePixmapMode
229XDGAKeyEventToXKeyEvent
Lionel Ulmer3d2f32d2000-09-06 19:46:59 +0000230XvQueryExtension
231XvQueryAdaptors
232XvQueryEncodings
233XvPutVideo
234XvPutStill
235XvGetVideo
236XvGetStill
237XvStopVideo
238XvGrabPort
239XvUngrabPort
240XvSelectVideoNotify
241XvSelectPortNotify
242XvSetPortAttribute
243XvGetPortAttribute
244XvQueryBestSize
245XvQueryPortAttributes
246XvFreeAdaptorInfo
247XvFreeEncodingInfo
248XvListImageFormats
249XvCreateImage
250XvPutImage
251XvShmPutImage
252XvShmCreateImage