040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync/************************************************************
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCopyright 1996 by Thomas E. Dickey <dickey@clark.net>
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync All Rights Reserved
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncPermission to use, copy, modify, and distribute this software and its
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncdocumentation for any purpose and without fee is hereby granted,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncprovided that the above copyright notice appear in all copies and that
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncboth that copyright notice and this permission notice appear in
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncsupporting documentation, and that the name of the above listed
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsynccopyright holder(s) not be used in advertising or publicity pertaining
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncto distribution of the software without specific, written prior
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncpermission.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncTHE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncTO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncAND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncLIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync********************************************************/
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#ifndef SWAPREQ_H
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#define SWAPREQ_H 1
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void SwapColorItem(
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync xColorItem * /* pItem */);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void SwapConnClientPrefix(
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync xConnClientPrefix * /* pCCP */);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#undef SWAPREQ_PROC
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#define SWAPREQ_PROC(func) int func(ClientPtr /* client */)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcAllocColor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcAllocColorCells);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcAllocColorPlanes);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcAllocNamedColor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeActivePointerGrab);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeGC);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeHosts);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeKeyboardControl);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeKeyboardMapping);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangePointerControl);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeProperty);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcChangeWindowAttributes);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcClearToBackground);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcConfigureWindow);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcConvertSelection);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCopyArea);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCopyColormapAndFree);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCopyGC);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCopyPlane);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCreateColormap);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCreateCursor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCreateGC);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCreateGlyphCursor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCreatePixmap);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcCreateWindow);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcDeleteProperty);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcFillPoly);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcFreeColors);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGetImage);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGetMotionEvents);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGetProperty);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGrabButton);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGrabKey);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGrabKeyboard);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcGrabPointer);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcImageText);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcInternAtom);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcListFonts);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcListFontsWithInfo);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcLookupColor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcNoOperation);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcOpenFont);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcPoly);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcPolyText);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcPutImage);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcQueryBestSize);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcQueryColors);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcQueryExtension);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcRecolorCursor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcReparentWindow);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcResourceReq);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcRotateProperties);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSendEvent);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSetClipRectangles);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSetDashes);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSetFontPath);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSetInputFocus);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSetScreenSaver);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSetSelectionOwner);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcSimpleReq);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcStoreColors);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcStoreNamedColor);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcTranslateCoords);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcUngrabButton);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcUngrabKey);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSWAPREQ_PROC(SProcWarpPointer);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#undef SWAPREQ_PROC
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#endif /* SWAPREQ_H */