Change RECT to use LONG to match win32 standard headers and fix format
[wine/multimedia.git] / dlls / x11drv / X11_calls
blob8bc738316465db3a74da2242bb3c80f7757b66dd
1 # 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.
4 # To add a new call, put it on this list and run tools/make_X11wrappers.
5 # Also read the comments at the top of tools/make_X11wrappers.
7 XAllocColor
8 XAllocColorCells
9 XBell
10 XChangeGC
11 XChangeProperty
12 XChangeWindowAttributes
13 XCopyArea
14 XCopyPlane
15 XCreateBitmapFromData
16 XCreateColormap
17 XCreatePixmap
18 XDefineCursor
19 XDeleteProperty
20 XDrawArc
21 XDrawLine
22 XDrawLines
23 XDrawRectangle
24 XDrawString16
25 XDrawText16
26 XFillArc
27 XFillPolygon
28 XFillRectangle
29 XFlush
30 XFree
31 XFreeColormap
32 XFreeColors
33 XFreeFont
34 XFreeFontNames
35 XFreePixmap
36 XGetAtomName
37 XGetFontProperty
38 XGetGeometry
39 XGetImage
40 XGetScreenSaver
41 XGetSelectionOwner
42 XGetWindowAttributes
43 XGetWindowProperty
44 XGrabPointer
45 XGrabServer
46 XInternAtom
47 XKeycodeToKeysym
48 XKeysymToKeycode
49 XKeysymToString
50 XListDepths
51 XListFonts
52 XLoadQueryFont
53 XMapWindow
54 XOpenDisplay
55 XOpenIM
56 XQueryColor
57 XQueryColors
58 XQueryPointer
59 XQueryTree
60 XReconfigureWMWindow
61 XRefreshKeyboardMapping
62 XSendEvent
63 XSetArcMode
64 XSetClipRectangles
65 XSetDashes
66 XSetForeground
67 XSetFunction
68 XSetGraphicsExposures
69 XSetLineAttributes
70 XSetScreenSaver
71 XSetSelectionOwner
72 XSetSubwindowMode
73 XStoreColor
74 XSync
75 XTextExtents16
76 XTextWidth16
77 XUngrabPointer
78 XUngrabServer
79 XUninstallColormap
80 XUnmapWindow