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