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