105b261ecSmrg/************************************************************
205b261ecSmrg
305b261ecSmrgCopyright 1996 by Thomas E. Dickey <dickey@clark.net>
405b261ecSmrg
505b261ecSmrg                        All Rights Reserved
605b261ecSmrg
705b261ecSmrgPermission to use, copy, modify, and distribute this software and its
805b261ecSmrgdocumentation for any purpose and without fee is hereby granted,
905b261ecSmrgprovided that the above copyright notice appear in all copies and that
1005b261ecSmrgboth that copyright notice and this permission notice appear in
1105b261ecSmrgsupporting documentation, and that the name of the above listed
1205b261ecSmrgcopyright holder(s) not be used in advertising or publicity pertaining
1305b261ecSmrgto distribution of the software without specific, written prior
1405b261ecSmrgpermission.
1505b261ecSmrg
1605b261ecSmrgTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
1705b261ecSmrgTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1805b261ecSmrgAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
1905b261ecSmrgLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2005b261ecSmrgWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2105b261ecSmrgACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2205b261ecSmrgOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2305b261ecSmrg
2405b261ecSmrg********************************************************/
2505b261ecSmrg
2605b261ecSmrg#ifndef SWAPREQ_H
2705b261ecSmrg#define SWAPREQ_H 1
2805b261ecSmrg
2935c4bbdfSmrgextern void SwapColorItem(xColorItem * /* pItem */ );
3005b261ecSmrg
3135c4bbdfSmrgextern void SwapConnClientPrefix(xConnClientPrefix * /* pCCP */ );
3205b261ecSmrg
3305b261ecSmrg#undef SWAPREQ_PROC
3405b261ecSmrg
3535c4bbdfSmrg#define SWAPREQ_PROC(func) extern int func(ClientPtr /* client */)
3605b261ecSmrg
3705b261ecSmrgSWAPREQ_PROC(SProcAllocColor);
3805b261ecSmrgSWAPREQ_PROC(SProcAllocColorCells);
3905b261ecSmrgSWAPREQ_PROC(SProcAllocColorPlanes);
4005b261ecSmrgSWAPREQ_PROC(SProcAllocNamedColor);
4105b261ecSmrgSWAPREQ_PROC(SProcChangeActivePointerGrab);
4205b261ecSmrgSWAPREQ_PROC(SProcChangeGC);
4305b261ecSmrgSWAPREQ_PROC(SProcChangeHosts);
4405b261ecSmrgSWAPREQ_PROC(SProcChangeKeyboardControl);
4505b261ecSmrgSWAPREQ_PROC(SProcChangeKeyboardMapping);
4605b261ecSmrgSWAPREQ_PROC(SProcChangePointerControl);
4705b261ecSmrgSWAPREQ_PROC(SProcChangeProperty);
4805b261ecSmrgSWAPREQ_PROC(SProcChangeWindowAttributes);
4905b261ecSmrgSWAPREQ_PROC(SProcClearToBackground);
5005b261ecSmrgSWAPREQ_PROC(SProcConfigureWindow);
5105b261ecSmrgSWAPREQ_PROC(SProcConvertSelection);
5205b261ecSmrgSWAPREQ_PROC(SProcCopyArea);
5305b261ecSmrgSWAPREQ_PROC(SProcCopyColormapAndFree);
5405b261ecSmrgSWAPREQ_PROC(SProcCopyGC);
5505b261ecSmrgSWAPREQ_PROC(SProcCopyPlane);
5605b261ecSmrgSWAPREQ_PROC(SProcCreateColormap);
5705b261ecSmrgSWAPREQ_PROC(SProcCreateCursor);
5805b261ecSmrgSWAPREQ_PROC(SProcCreateGC);
5905b261ecSmrgSWAPREQ_PROC(SProcCreateGlyphCursor);
6005b261ecSmrgSWAPREQ_PROC(SProcCreatePixmap);
6105b261ecSmrgSWAPREQ_PROC(SProcCreateWindow);
6205b261ecSmrgSWAPREQ_PROC(SProcDeleteProperty);
6305b261ecSmrgSWAPREQ_PROC(SProcFillPoly);
6405b261ecSmrgSWAPREQ_PROC(SProcFreeColors);
6505b261ecSmrgSWAPREQ_PROC(SProcGetImage);
6605b261ecSmrgSWAPREQ_PROC(SProcGetMotionEvents);
6705b261ecSmrgSWAPREQ_PROC(SProcGetProperty);
6805b261ecSmrgSWAPREQ_PROC(SProcGrabButton);
6905b261ecSmrgSWAPREQ_PROC(SProcGrabKey);
7005b261ecSmrgSWAPREQ_PROC(SProcGrabKeyboard);
7105b261ecSmrgSWAPREQ_PROC(SProcGrabPointer);
7205b261ecSmrgSWAPREQ_PROC(SProcImageText);
7305b261ecSmrgSWAPREQ_PROC(SProcInternAtom);
7405b261ecSmrgSWAPREQ_PROC(SProcListFonts);
7505b261ecSmrgSWAPREQ_PROC(SProcListFontsWithInfo);
7605b261ecSmrgSWAPREQ_PROC(SProcLookupColor);
7705b261ecSmrgSWAPREQ_PROC(SProcNoOperation);
7805b261ecSmrgSWAPREQ_PROC(SProcOpenFont);
7905b261ecSmrgSWAPREQ_PROC(SProcPoly);
8005b261ecSmrgSWAPREQ_PROC(SProcPolyText);
8105b261ecSmrgSWAPREQ_PROC(SProcPutImage);
8205b261ecSmrgSWAPREQ_PROC(SProcQueryBestSize);
8305b261ecSmrgSWAPREQ_PROC(SProcQueryColors);
8405b261ecSmrgSWAPREQ_PROC(SProcQueryExtension);
8505b261ecSmrgSWAPREQ_PROC(SProcRecolorCursor);
8605b261ecSmrgSWAPREQ_PROC(SProcReparentWindow);
8705b261ecSmrgSWAPREQ_PROC(SProcResourceReq);
8805b261ecSmrgSWAPREQ_PROC(SProcRotateProperties);
8905b261ecSmrgSWAPREQ_PROC(SProcSendEvent);
9005b261ecSmrgSWAPREQ_PROC(SProcSetClipRectangles);
9105b261ecSmrgSWAPREQ_PROC(SProcSetDashes);
9205b261ecSmrgSWAPREQ_PROC(SProcSetFontPath);
9305b261ecSmrgSWAPREQ_PROC(SProcSetInputFocus);
9405b261ecSmrgSWAPREQ_PROC(SProcSetScreenSaver);
9505b261ecSmrgSWAPREQ_PROC(SProcSetSelectionOwner);
9605b261ecSmrgSWAPREQ_PROC(SProcSimpleReq);
9705b261ecSmrgSWAPREQ_PROC(SProcStoreColors);
9805b261ecSmrgSWAPREQ_PROC(SProcStoreNamedColor);
9905b261ecSmrgSWAPREQ_PROC(SProcTranslateCoords);
10005b261ecSmrgSWAPREQ_PROC(SProcUngrabButton);
10105b261ecSmrgSWAPREQ_PROC(SProcUngrabKey);
10205b261ecSmrgSWAPREQ_PROC(SProcWarpPointer);
10305b261ecSmrg
10405b261ecSmrg#undef SWAPREQ_PROC
10505b261ecSmrg
10635c4bbdfSmrg#endif                          /* SWAPREQ_H */
107