1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
|
/* $XFree86: xc/programs/Xserver/include/swaprep.h,v 3.0 1996/04/15 11:34:34 dawes Exp $ */
/************************************************************
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
void
Swap32Write(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
CARD32 * /* pbuf */
#endif
);
void
CopySwap32Write(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
CARD32 * /* pbuf */
#endif
);
void
CopySwap16Write(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
short * /* pbuf */
#endif
);
void
SGenericReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGenericReply * /* pRep */
#endif
);
void
SGetWindowAttributesReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetWindowAttributesReply * /* pRep */
#endif
);
void
SGetGeometryReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetGeometryReply * /* pRep */
#endif
);
void
SQueryTreeReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryTreeReply * /* pRep */
#endif
);
void
SInternAtomReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xInternAtomReply * /* pRep */
#endif
);
void
SGetAtomNameReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetAtomNameReply * /* pRep */
#endif
);
void
SGetPropertyReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetPropertyReply * /* pRep */
#endif
);
void
SListPropertiesReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xListPropertiesReply * /* pRep */
#endif
);
void
SGetSelectionOwnerReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetSelectionOwnerReply * /* pRep */
#endif
);
void
SQueryPointerReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryPointerReply * /* pRep */
#endif
);
void
SwapTimecoord(
#if NeedFunctionPrototypes
xTimecoord * /* pCoord */
#endif
);
void
SwapTimeCoordWrite(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xTimecoord * /* pRep */
#endif
);
void
SGetMotionEventsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetMotionEventsReply * /* pRep */
#endif
);
void
STranslateCoordsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xTranslateCoordsReply * /* pRep */
#endif
);
void
SGetInputFocusReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetInputFocusReply * /* pRep */
#endif
);
void
SQueryKeymapReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryKeymapReply * /* pRep */
#endif
);
#ifdef LBX
void
SwapCharInfo(
#if NeedFunctionPrototypes
xCharInfo * /* pInfo */
#endif
);
#endif
#ifdef LBX
void
SwapFont(
#if NeedFunctionPrototypes
xQueryFontReply * /* pr */,
Bool /* hasGlyphs */
#endif
);
#endif
void
SQueryFontReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryFontReply * /* pRep */
#endif
);
void
SQueryTextExtentsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryTextExtentsReply * /* pRep */
#endif
);
void
SListFontsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xListFontsReply * /* pRep */
#endif
);
void
SListFontsWithInfoReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xListFontsWithInfoReply * /* pRep */
#endif
);
void
SGetFontPathReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetFontPathReply * /* pRep */
#endif
);
void
SGetImageReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetImageReply * /* pRep */
#endif
);
void
SListInstalledColormapsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xListInstalledColormapsReply * /* pRep */
#endif
);
void
SAllocColorReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xAllocColorReply * /* pRep */
#endif
);
void
SAllocNamedColorReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xAllocNamedColorReply * /* pRep */
#endif
);
void
SAllocColorCellsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xAllocColorCellsReply * /* pRep */
#endif
);
void
SAllocColorPlanesReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xAllocColorPlanesReply * /* pRep */
#endif
);
void
SwapRGB(
#if NeedFunctionPrototypes
xrgb * /* prgb */
#endif
);
void
SQColorsExtend(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xrgb * /* prgb */
#endif
);
void
SQueryColorsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryColorsReply * /* pRep */
#endif
);
void
SLookupColorReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xLookupColorReply * /* pRep */
#endif
);
void
SQueryBestSizeReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xQueryBestSizeReply * /* pRep */
#endif
);
void
SListExtensionsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xListExtensionsReply * /* pRep */
#endif
);
void
SGetKeyboardMappingReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetKeyboardMappingReply * /* pRep */
#endif
);
void
SGetPointerMappingReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetPointerMappingReply * /* pRep */
#endif
);
void
SGetModifierMappingReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetModifierMappingReply * /* pRep */
#endif
);
void
SGetKeyboardControlReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetKeyboardControlReply * /* pRep */
#endif
);
void
SGetPointerControlReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetPointerControlReply * /* pRep */
#endif
);
void
SGetScreenSaverReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xGetScreenSaverReply * /* pRep */
#endif
);
void
SLHostsExtend(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
char * /* buf */
#endif
);
void
SListHostsReply(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
int /* size */,
xListHostsReply * /* pRep */
#endif
);
void
SErrorEvent(
#if NeedFunctionPrototypes
xError * /* from */,
xError * /* to */
#endif
);
void
SwapConnSetupInfo(
#if NeedFunctionPrototypes
char * /* pInfo */,
char * /* pInfoTBase */
#endif
);
void
WriteSConnectionInfo(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
unsigned long /* size */,
char * /* pInfo */
#endif
);
void
SwapConnSetup(
#if NeedFunctionPrototypes
xConnSetup * /* pConnSetup */,
xConnSetup * /* pConnSetupT */
#endif
);
void
SwapWinRoot(
#if NeedFunctionPrototypes
xWindowRoot * /* pRoot */,
xWindowRoot * /* pRootT */
#endif
);
void
SwapVisual(
#if NeedFunctionPrototypes
xVisualType * /* pVis */,
xVisualType * /* pVisT */
#endif
);
void
SwapConnSetupPrefix(
#if NeedFunctionPrototypes
xConnSetupPrefix * /* pcspFrom */,
xConnSetupPrefix * /* pcspTo */
#endif
);
void
WriteSConnSetupPrefix(
#if NeedFunctionPrototypes
ClientPtr /* pClient */,
xConnSetupPrefix * /* pcsp */
#endif
);
#undef SWAPREP_PROC
#if NeedFunctionPrototypes
#define SWAPREP_PROC(func) void func(xEvent * /* from */, xEvent * /* to */)
#else
#define SWAPREP_PROC(func) void func(/* xEvent * from, xEvent * to */)
#endif
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
#endif /* SWAPREP_H */
|