VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/swapreq.h@ 32163

Last change on this file since 32163 was 32163, checked in by vboxsync, 14 years ago

Additions/x11/x11include: additional headers for building drivers for X.Org Server 1.9

  • Property svn:eol-style set to native
File size: 3.7 KB
Line 
1/************************************************************
2
3Copyright 1996 by Thomas E. Dickey <[email protected]>
4
5 All Rights Reserved
6
7Permission to use, copy, modify, and distribute this software and its
8documentation for any purpose and without fee is hereby granted,
9provided that the above copyright notice appear in all copies and that
10both that copyright notice and this permission notice appear in
11supporting documentation, and that the name of the above listed
12copyright holder(s) not be used in advertising or publicity pertaining
13to distribution of the software without specific, written prior
14permission.
15
16THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
17TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
19LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23
24********************************************************/
25
26#ifndef SWAPREQ_H
27#define SWAPREQ_H 1
28
29extern _X_EXPORT void SwapColorItem(
30 xColorItem * /* pItem */);
31
32extern _X_EXPORT void SwapConnClientPrefix(
33 xConnClientPrefix * /* pCCP */);
34
35#undef SWAPREQ_PROC
36
37#define SWAPREQ_PROC(func) extern _X_EXPORT int func(ClientPtr /* client */)
38
39SWAPREQ_PROC(SProcAllocColor);
40SWAPREQ_PROC(SProcAllocColorCells);
41SWAPREQ_PROC(SProcAllocColorPlanes);
42SWAPREQ_PROC(SProcAllocNamedColor);
43SWAPREQ_PROC(SProcChangeActivePointerGrab);
44SWAPREQ_PROC(SProcChangeGC);
45SWAPREQ_PROC(SProcChangeHosts);
46SWAPREQ_PROC(SProcChangeKeyboardControl);
47SWAPREQ_PROC(SProcChangeKeyboardMapping);
48SWAPREQ_PROC(SProcChangePointerControl);
49SWAPREQ_PROC(SProcChangeProperty);
50SWAPREQ_PROC(SProcChangeWindowAttributes);
51SWAPREQ_PROC(SProcClearToBackground);
52SWAPREQ_PROC(SProcConfigureWindow);
53SWAPREQ_PROC(SProcConvertSelection);
54SWAPREQ_PROC(SProcCopyArea);
55SWAPREQ_PROC(SProcCopyColormapAndFree);
56SWAPREQ_PROC(SProcCopyGC);
57SWAPREQ_PROC(SProcCopyPlane);
58SWAPREQ_PROC(SProcCreateColormap);
59SWAPREQ_PROC(SProcCreateCursor);
60SWAPREQ_PROC(SProcCreateGC);
61SWAPREQ_PROC(SProcCreateGlyphCursor);
62SWAPREQ_PROC(SProcCreatePixmap);
63SWAPREQ_PROC(SProcCreateWindow);
64SWAPREQ_PROC(SProcDeleteProperty);
65SWAPREQ_PROC(SProcFillPoly);
66SWAPREQ_PROC(SProcFreeColors);
67SWAPREQ_PROC(SProcGetImage);
68SWAPREQ_PROC(SProcGetMotionEvents);
69SWAPREQ_PROC(SProcGetProperty);
70SWAPREQ_PROC(SProcGrabButton);
71SWAPREQ_PROC(SProcGrabKey);
72SWAPREQ_PROC(SProcGrabKeyboard);
73SWAPREQ_PROC(SProcGrabPointer);
74SWAPREQ_PROC(SProcImageText);
75SWAPREQ_PROC(SProcInternAtom);
76SWAPREQ_PROC(SProcListFonts);
77SWAPREQ_PROC(SProcListFontsWithInfo);
78SWAPREQ_PROC(SProcLookupColor);
79SWAPREQ_PROC(SProcNoOperation);
80SWAPREQ_PROC(SProcOpenFont);
81SWAPREQ_PROC(SProcPoly);
82SWAPREQ_PROC(SProcPolyText);
83SWAPREQ_PROC(SProcPutImage);
84SWAPREQ_PROC(SProcQueryBestSize);
85SWAPREQ_PROC(SProcQueryColors);
86SWAPREQ_PROC(SProcQueryExtension);
87SWAPREQ_PROC(SProcRecolorCursor);
88SWAPREQ_PROC(SProcReparentWindow);
89SWAPREQ_PROC(SProcResourceReq);
90SWAPREQ_PROC(SProcRotateProperties);
91SWAPREQ_PROC(SProcSendEvent);
92SWAPREQ_PROC(SProcSetClipRectangles);
93SWAPREQ_PROC(SProcSetDashes);
94SWAPREQ_PROC(SProcSetFontPath);
95SWAPREQ_PROC(SProcSetInputFocus);
96SWAPREQ_PROC(SProcSetScreenSaver);
97SWAPREQ_PROC(SProcSetSelectionOwner);
98SWAPREQ_PROC(SProcSimpleReq);
99SWAPREQ_PROC(SProcStoreColors);
100SWAPREQ_PROC(SProcStoreNamedColor);
101SWAPREQ_PROC(SProcTranslateCoords);
102SWAPREQ_PROC(SProcUngrabButton);
103SWAPREQ_PROC(SProcUngrabKey);
104SWAPREQ_PROC(SProcWarpPointer);
105
106#undef SWAPREQ_PROC
107
108#endif /* SWAPREQ_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette