Imported Upstream version 1.15.1
[deb_xorg-server.git] / include / swapreq.h
CommitLineData
a09e091a
JB
1/************************************************************
2
3Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
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(xColorItem * /* pItem */ );
30
31extern _X_EXPORT void SwapConnClientPrefix(xConnClientPrefix * /* pCCP */ );
32
33#undef SWAPREQ_PROC
34
35#define SWAPREQ_PROC(func) extern _X_EXPORT int func(ClientPtr /* client */)
36
37SWAPREQ_PROC(SProcAllocColor);
38SWAPREQ_PROC(SProcAllocColorCells);
39SWAPREQ_PROC(SProcAllocColorPlanes);
40SWAPREQ_PROC(SProcAllocNamedColor);
41SWAPREQ_PROC(SProcChangeActivePointerGrab);
42SWAPREQ_PROC(SProcChangeGC);
43SWAPREQ_PROC(SProcChangeHosts);
44SWAPREQ_PROC(SProcChangeKeyboardControl);
45SWAPREQ_PROC(SProcChangeKeyboardMapping);
46SWAPREQ_PROC(SProcChangePointerControl);
47SWAPREQ_PROC(SProcChangeProperty);
48SWAPREQ_PROC(SProcChangeWindowAttributes);
49SWAPREQ_PROC(SProcClearToBackground);
50SWAPREQ_PROC(SProcConfigureWindow);
51SWAPREQ_PROC(SProcConvertSelection);
52SWAPREQ_PROC(SProcCopyArea);
53SWAPREQ_PROC(SProcCopyColormapAndFree);
54SWAPREQ_PROC(SProcCopyGC);
55SWAPREQ_PROC(SProcCopyPlane);
56SWAPREQ_PROC(SProcCreateColormap);
57SWAPREQ_PROC(SProcCreateCursor);
58SWAPREQ_PROC(SProcCreateGC);
59SWAPREQ_PROC(SProcCreateGlyphCursor);
60SWAPREQ_PROC(SProcCreatePixmap);
61SWAPREQ_PROC(SProcCreateWindow);
62SWAPREQ_PROC(SProcDeleteProperty);
63SWAPREQ_PROC(SProcFillPoly);
64SWAPREQ_PROC(SProcFreeColors);
65SWAPREQ_PROC(SProcGetImage);
66SWAPREQ_PROC(SProcGetMotionEvents);
67SWAPREQ_PROC(SProcGetProperty);
68SWAPREQ_PROC(SProcGrabButton);
69SWAPREQ_PROC(SProcGrabKey);
70SWAPREQ_PROC(SProcGrabKeyboard);
71SWAPREQ_PROC(SProcGrabPointer);
72SWAPREQ_PROC(SProcImageText);
73SWAPREQ_PROC(SProcInternAtom);
74SWAPREQ_PROC(SProcListFonts);
75SWAPREQ_PROC(SProcListFontsWithInfo);
76SWAPREQ_PROC(SProcLookupColor);
77SWAPREQ_PROC(SProcNoOperation);
78SWAPREQ_PROC(SProcOpenFont);
79SWAPREQ_PROC(SProcPoly);
80SWAPREQ_PROC(SProcPolyText);
81SWAPREQ_PROC(SProcPutImage);
82SWAPREQ_PROC(SProcQueryBestSize);
83SWAPREQ_PROC(SProcQueryColors);
84SWAPREQ_PROC(SProcQueryExtension);
85SWAPREQ_PROC(SProcRecolorCursor);
86SWAPREQ_PROC(SProcReparentWindow);
87SWAPREQ_PROC(SProcResourceReq);
88SWAPREQ_PROC(SProcRotateProperties);
89SWAPREQ_PROC(SProcSendEvent);
90SWAPREQ_PROC(SProcSetClipRectangles);
91SWAPREQ_PROC(SProcSetDashes);
92SWAPREQ_PROC(SProcSetFontPath);
93SWAPREQ_PROC(SProcSetInputFocus);
94SWAPREQ_PROC(SProcSetScreenSaver);
95SWAPREQ_PROC(SProcSetSelectionOwner);
96SWAPREQ_PROC(SProcSimpleReq);
97SWAPREQ_PROC(SProcStoreColors);
98SWAPREQ_PROC(SProcStoreNamedColor);
99SWAPREQ_PROC(SProcTranslateCoords);
100SWAPREQ_PROC(SProcUngrabButton);
101SWAPREQ_PROC(SProcUngrabKey);
102SWAPREQ_PROC(SProcWarpPointer);
103
104#undef SWAPREQ_PROC
105
106#endif /* SWAPREQ_H */