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