/* $Id: requests.h,v 1.1.1.1 90/11/28 16:45:50 altenhof Exp $ */

/*
 * Copyright (C) 1990 by Digital Equipment Corporation.
 * 
 * Author: Michael P. Altenhofen, CEC Karlsruhe e-mail:
 * Altenhofen@kampus.enet.dec.com
 * 
 * This file ist part of Shared X
 * 
 * Permission to use, copy, modify, and distribute this software and its
 * documentation without fee is hereby granted, but only for non-profit  use
 * and distribution,  and provided  that the copyright notice and this notice
 * is preserved on all copies.
 * 
 * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 * DIGITAL 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.
 */

PUBLIC int
  _ProcBadRequest (),
  _ProcCreateWindow (),
  _ProcChangeWindowAttributes (),
  _ProcDestroyWindow (),
  _ProcDestroySubwindows (),	/* 5 */
  _ProcChangeSaveSet (),
  _ProcReparentWindow (),
  _ProcMapWindow (),
  _ProcMapSubwindows (),
  _ProcUnmapWindow (),		/* 10 */
  _ProcUnmapSubwindows (),
  _ProcConfigureWindow (),
  _ProcCirculateWindow (),
  _ProcChangeProperty (),
  _ProcDeleteProperty (),
  _ProcSetSelectionOwner (),
  _ProcConvertSelection (),
  _ProcSendEvent (),		/* 25 */
  _ProcUngrabPointer (),
  _ProcGrabButton (),
  _ProcUngrabButton (),
  _ProcChangeActivePointerGrab (), /* 30 */
  _ProcGrabKeyboard (),
  _ProcUngrabKeyboard (),
  _ProcGrabKey (),
  _ProcUngrabKey (),
  _ProcAllowEvents (),		/* 35 */
  _ProcGrabServer (),
  _ProcUngrabServer (),
  _ProcWarpPointer (),
  _ProcSetInputFocus (),
  _ProcOpenFont (),		/* 45 */
  _ProcCloseFont (),
  _ProcSetFontPath (),
  _ProcCreatePixmap (),
  _ProcFreePixmap (),
  _ProcCreateGC (),		/* 55 */
  _ProcChangeGC (),
  _ProcCopyGC (),
  _ProcSetDashes (),
  _ProcSetClipRectangles (),
  _ProcFreeGC (),		/* 60 */
  _ProcClearToBackground (),
  _ProcCopyArea (),
  _ProcCopyPlane (),
  _ProcPolyPoint (),
  _ProcPolyLine (),		/* 65 */
  _ProcPolySegment (),
  _ProcPolyRectangle (),
  _ProcPolyArc (),
  _ProcFillPoly (),
  _ProcPolyFillRectangle (),	/* 70 */
  _ProcPolyFillArc (),
  _ProcPutImage (),
  _ProcPolyText (),
  _ProcPolyText (),		/* 75 */
  _ProcImageText (),
  _ProcImageText (),
  _ProcCreateColormap (),
  _ProcFreeColormap (),
  _ProcCopyColormapAndFree (),	/* 80 */
  _ProcInstallColormap (),
  _ProcUninstallColormap (),
  _ProcFreeColors (),
  _ProcStoreColors (),
  _ProcStoreNamedColor (),	/* 90 */
  _ProcCreateCursor (),
  _ProcCreateGlyphCursor (),
  _ProcFreeCursor (),		/* 95 */
  _ProcRecolorCursor (),
  _ProcChangeKeyboardMapping (), /* 100 */
  _ProcChangeKeyboardControl (),
  _ProcBell (),
  _ProcChangePointerControl (),	/* 105 */
  _ProcSetScreenSaver (),
  _ProcChangeHosts (),
  _ProcChangeAccessControl (),
  _ProcChangeCloseDownMode (),
  _ProcKillClient (),
  _ProcRotateProperties (),
  _ProcForceScreenSaver (),	/* 115 */
  _ProcNoOperation ();		/* 127 */
