cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
c									 c
c 		 Copyright (C) 1983, Silicon Graphics, Inc.		 c
c									 c
c  These coded instructions, statements, and computer programs  contain  c
c  unpublished  proprietary  information of Silicon Graphics, Inc., and  c
c  are protected by Federal copyright law.  They  may  not be disclosed  c
c  to  third  parties  or copied or duplicated in any form, in whole or  c
c  in part, without the prior written consent of Silicon Graphics, Inc.  c
c									 c
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

      integer*2 NOBUFF
      integer*2 BCKBUF
      integer*2 FRNTBU
      integer*2 BOTHBU
      integer*2 CMAPMU
      integer*2 CMAPON
      integer*2 DMRGB
      integer*2 DMSING
      integer*2 DMDOUB
      integer*2 FARPLA
      integer*2 NEARPL
      integer*2 TOPPLA
      integer*2 BOTTOM
      integer*2 RIGHTP
      integer*2 LEFTPL

c include file containing definitions for returned values of get* routines


c values returned by getbuffer()

      PARAMETER ( NOBUFF =	0 )
      PARAMETER ( BCKBUF =	1 )
      PARAMETER ( FRNTBU =	2 )
      PARAMETER ( BOTHBU =	3 )

c values returned by getcmmode()

      PARAMETER ( CMAPMU =	0 )
      PARAMETER ( CMAPON =	1 )

c values returned by getdisplaymode()

      PARAMETER ( DMRGB =	0 )
      PARAMETER ( DMSING =	1 )
      PARAMETER ( DMDOUB =	2 )

c individual hit bits returned by gethitcode()

      PARAMETER ( FARPLA =	1 )
      PARAMETER ( NEARPL =	2 )
      PARAMETER ( TOPPLA =	4 )
      PARAMETER ( BOTTOM =	8 )
      PARAMETER ( RIGHTP =	16 )
      PARAMETER ( LEFTPL =	32 )
