2006-11-26 11:13:41 -07:00
|
|
|
/************************************************************
|
|
|
|
|
|
|
|
Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
|
|
|
|
|
|
|
|
All Rights Reserved
|
|
|
|
|
|
|
|
Permission to use, copy, modify, and distribute this software and its
|
|
|
|
documentation for any purpose and without fee is hereby granted,
|
|
|
|
provided that the above copyright notice appear in all copies and that
|
|
|
|
both that copyright notice and this permission notice appear in
|
|
|
|
supporting documentation, and that the name of the above listed
|
|
|
|
copyright holder(s) not be used in advertising or publicity pertaining
|
|
|
|
to distribution of the software without specific, written prior
|
|
|
|
permission.
|
|
|
|
|
|
|
|
THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
|
|
|
|
TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
|
|
|
|
LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
|
|
********************************************************/
|
|
|
|
|
|
|
|
#ifndef SWAPREP_H
|
|
|
|
#define SWAPREP_H 1
|
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void Swap32Write(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
CARD32 * /* pbuf */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void CopySwap32Write(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
CARD32 * /* pbuf */ );
|
|
|
|
|
|
|
|
extern void CopySwap16Write(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
short * /* pbuf */ );
|
|
|
|
|
|
|
|
extern void SGenericReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGenericReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetWindowAttributesReply(ClientPtr /* pClient */ ,
|
2012-06-10 07:21:05 -06:00
|
|
|
int /* size */ ,
|
2016-05-29 06:02:34 -06:00
|
|
|
xGetWindowAttributesReply *
|
|
|
|
/* pRep */ );
|
|
|
|
|
|
|
|
extern void SGetGeometryReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetGeometryReply * /* pRep */ );
|
|
|
|
|
|
|
|
extern void SQueryTreeReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryTreeReply * /* pRep */ );
|
|
|
|
|
|
|
|
extern void SInternAtomReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xInternAtomReply * /* pRep */ );
|
|
|
|
|
|
|
|
extern void SGetAtomNameReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetAtomNameReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetPropertyReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetPropertyReply * /* pRep */ );
|
|
|
|
|
|
|
|
extern void SListPropertiesReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xListPropertiesReply * /* pRep */ );
|
|
|
|
|
|
|
|
extern void SGetSelectionOwnerReply(ClientPtr /* pClient */ ,
|
2012-06-10 07:21:05 -06:00
|
|
|
int /* size */ ,
|
2016-05-29 06:02:34 -06:00
|
|
|
xGetSelectionOwnerReply *
|
|
|
|
/* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQueryPointerReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryPointerReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SwapTimeCoordWrite(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xTimecoord * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetMotionEventsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetMotionEventsReply * /* pRep */
|
|
|
|
);
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void STranslateCoordsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xTranslateCoordsReply * /* pRep */
|
|
|
|
);
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetInputFocusReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetInputFocusReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQueryKeymapReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryKeymapReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQueryFontReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryFontReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQueryTextExtentsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryTextExtentsReply * /* pRep */
|
|
|
|
);
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SListFontsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xListFontsReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SListFontsWithInfoReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xListFontsWithInfoReply *
|
|
|
|
/* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetFontPathReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetFontPathReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetImageReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetImageReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SListInstalledColormapsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xListInstalledColormapsReply
|
|
|
|
* /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SAllocColorReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xAllocColorReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SAllocNamedColorReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xAllocNamedColorReply * /* pRep */
|
|
|
|
);
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SAllocColorCellsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xAllocColorCellsReply * /* pRep */
|
|
|
|
);
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SAllocColorPlanesReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xAllocColorPlanesReply * /* pRep */
|
|
|
|
);
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQColorsExtend(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xrgb * /* prgb */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQueryColorsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryColorsReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SLookupColorReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xLookupColorReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SQueryBestSizeReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xQueryBestSizeReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SListExtensionsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xListExtensionsReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetKeyboardMappingReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetKeyboardMappingReply *
|
|
|
|
/* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetPointerMappingReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetPointerMappingReply *
|
|
|
|
/* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetModifierMappingReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetModifierMappingReply *
|
|
|
|
/* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetKeyboardControlReply(ClientPtr /* pClient */ ,
|
2012-06-10 07:21:05 -06:00
|
|
|
int /* size */ ,
|
2016-05-29 06:02:34 -06:00
|
|
|
xGetKeyboardControlReply *
|
|
|
|
/* pRep */ );
|
|
|
|
|
|
|
|
extern void SGetPointerControlReply(ClientPtr /* pClient */ ,
|
2012-06-10 07:21:05 -06:00
|
|
|
int /* size */ ,
|
2016-05-29 06:02:34 -06:00
|
|
|
xGetPointerControlReply *
|
|
|
|
/* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SGetScreenSaverReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xGetScreenSaverReply * /* pRep */ );
|
|
|
|
|
|
|
|
extern void SLHostsExtend(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
char * /* buf */ );
|
|
|
|
|
|
|
|
extern void SListHostsReply(ClientPtr /* pClient */ ,
|
|
|
|
int /* size */ ,
|
|
|
|
xListHostsReply * /* pRep */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SErrorEvent(xError * /* from */ ,
|
|
|
|
xError * /* to */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SwapConnSetupInfo(char * /* pInfo */ ,
|
|
|
|
char * /* pInfoTBase */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void WriteSConnectionInfo(ClientPtr /* pClient */ ,
|
|
|
|
unsigned long /* size */ ,
|
|
|
|
char * /* pInfo */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void SwapConnSetupPrefix(xConnSetupPrefix * /* pcspFrom */ ,
|
|
|
|
xConnSetupPrefix * /* pcspTo */ );
|
2012-06-10 07:21:05 -06:00
|
|
|
|
2016-05-29 06:02:34 -06:00
|
|
|
extern void WriteSConnSetupPrefix(ClientPtr /* pClient */ ,
|
|
|
|
xConnSetupPrefix * /* pcsp */ );
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#undef SWAPREP_PROC
|
2016-05-29 06:02:34 -06:00
|
|
|
#define SWAPREP_PROC(func) extern void func(xEvent * /* from */, xEvent * /* to */)
|
2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
SWAPREP_PROC(SCirculateEvent);
|
|
|
|
SWAPREP_PROC(SClientMessageEvent);
|
|
|
|
SWAPREP_PROC(SColormapEvent);
|
|
|
|
SWAPREP_PROC(SConfigureNotifyEvent);
|
|
|
|
SWAPREP_PROC(SConfigureRequestEvent);
|
|
|
|
SWAPREP_PROC(SCreateNotifyEvent);
|
|
|
|
SWAPREP_PROC(SDestroyNotifyEvent);
|
|
|
|
SWAPREP_PROC(SEnterLeaveEvent);
|
|
|
|
SWAPREP_PROC(SExposeEvent);
|
|
|
|
SWAPREP_PROC(SFocusEvent);
|
|
|
|
SWAPREP_PROC(SGraphicsExposureEvent);
|
|
|
|
SWAPREP_PROC(SGravityEvent);
|
|
|
|
SWAPREP_PROC(SKeyButtonPtrEvent);
|
|
|
|
SWAPREP_PROC(SKeymapNotifyEvent);
|
|
|
|
SWAPREP_PROC(SMapNotifyEvent);
|
|
|
|
SWAPREP_PROC(SMapRequestEvent);
|
|
|
|
SWAPREP_PROC(SMappingEvent);
|
|
|
|
SWAPREP_PROC(SNoExposureEvent);
|
|
|
|
SWAPREP_PROC(SPropertyEvent);
|
|
|
|
SWAPREP_PROC(SReparentEvent);
|
|
|
|
SWAPREP_PROC(SResizeRequestEvent);
|
|
|
|
SWAPREP_PROC(SSelectionClearEvent);
|
|
|
|
SWAPREP_PROC(SSelectionNotifyEvent);
|
|
|
|
SWAPREP_PROC(SSelectionRequestEvent);
|
|
|
|
SWAPREP_PROC(SUnmapNotifyEvent);
|
|
|
|
SWAPREP_PROC(SVisibilityEvent);
|
|
|
|
|
|
|
|
#undef SWAPREP_PROC
|
|
|
|
|
2012-06-10 07:21:05 -06:00
|
|
|
#endif /* SWAPREP_H */
|