/* $Id: replies.h,v 1.1.1.1 90/11/28 16:45:43 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
  _ProcGetWindowAttributes (),
  _ProcGetGeometry (),
  _ProcQueryTree (),		/* 15 */
  _ProcInternAtom (),
  _ProcGetAtomName (),
  _ProcGetProperty (),		/* 20 */
  _ProcListProperties (),
  _ProcGetSelectionOwner (),
  _ProcGrabPointer (),
  _ProcQueryPointer (),
  _ProcGetMotionEvents (),
  _ProcTranslateCoords (),	/* 40 */
  _ProcGetInputFocus (),
  _ProcQueryKeymap (),
  _ProcQueryFont (),
  _ProcQueryTextExtents (),
  _ProcListFonts (),
  _ProcListFontsWithInfo (),	/* 50 */
  _ProcGetFontPath (),
  _ProcGetImage (),
  _ProcListInstalledColormaps (),
  _ProcAllocColor (),
  _ProcAllocNamedColor (),	/* 85 */
  _ProcAllocColorCells (),
  _ProcAllocColorPlanes (),
  _ProcQueryColors (),
  _ProcLookupColor (),
  _ProcQueryBestSize (),
  _ProcQueryExtension (),
  _ProcListExtensions (),
  _ProcGetKeyboardMapping (),
  _ProcGetKeyboardControl (),
  _ProcGetPointerControl (),
  _ProcGetScreenSaver (),
  _ProcListHosts (),		/* 110 */
  _ProcSetPointerMapping (),
  _ProcGetPointerMapping (),
  _ProcSetModifierMapping (),
  _ProcGetModifierMapping ();

PUBLIC void
  PrintWindowAttributes (),
  PrintPixmapData ();
