home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / opengl / utilities / xglinfo / global.h next >
Encoding:
Text File  |  1994-08-02  |  2.8 KB  |  79 lines

  1. /*
  2.  * 
  3.  *           Copyright (c) Digital Equipment Corporation, 1993
  4.  * 
  5.  *                          All Rights Reserved
  6.  * 
  7.  * Permission to use, copy, modify, and distribute  this software and its
  8.  * documentation for any  purpose   and without fee  is  hereby  granted,
  9.  * provided that the above copyright notice appear in all copies and that
  10.  * both  that  copyright  notice  and  this  permission notice appear  in
  11.  * supporting documentation, and that the name of Digital  not be used in
  12.  * advertising or publicity  pertaining to distribution  of the  software
  13.  * without specific, written prior permission.
  14.  * 
  15.  * DIGITAL DISCLAIMS   ALL  WARRANTIES WITH   REGARD   TO  THIS SOFTWARE,
  16.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  17.  * EVENT   SHALL  DIGITAL  BE   LIABLE  FOR  ANY SPECIAL,   INDIRECT   OR
  18.  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  19.  * USE, DATA OR PROFITS, WHETHER IN AN ACTION  OF CONTRACT, NEGLIGENCE OR
  20.  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21.  * PERFORMANCE OF THIS SOFTWARE.
  22.  * 
  23.  */
  24. /*
  25.  * HISTORY
  26.  * $Log: global.h,v $
  27.  * Revision 1.1.2.3  1993/06/18  15:02:48  John_Dennis
  28.  *     change copyright token to free copyright token
  29.  *     [1993/06/18  14:59:24  John_Dennis]
  30.  *
  31.  * Revision 1.1.2.2  1993/06/16  20:33:25  John_Dennis
  32.  *     various lint clean ups
  33.  *     [1993/06/16  20:13:33  John_Dennis]
  34.  * 
  35.  *     Initial Version by John Dennis
  36.  *     [1993/06/15  20:07:16  John_Dennis]
  37.  * 
  38.  * $EndLog$
  39.  */
  40. /*****************************************************************************/
  41. /******************************** Documentation ******************************/
  42. /*****************************************************************************/
  43.  
  44. /*****************************************************************************/
  45. /*********************************** Defines *********************************/
  46. /*****************************************************************************/
  47.  
  48. /*****************************************************************************/
  49. /******************************* Type Definitions ****************************/
  50. /*****************************************************************************/
  51.  
  52. /*****************************************************************************/
  53. /*************************  External Global Variables  ***********************/
  54. /*****************************************************************************/
  55.  
  56. /*****************************************************************************/
  57. /****************************  Exported Functions  ***************************/
  58. /*****************************************************************************/
  59.  
  60. char *VisualClassName(
  61.   long Key
  62. );
  63.  
  64. char *EventMaskName(
  65.   long Key
  66. );
  67.  
  68. char *ByteOrderName(
  69.   long Key
  70. );
  71.  
  72. char *WindowFocusName(
  73.   long Key
  74. );
  75.  
  76. char *WindowFocusRevertName(
  77.   long Key
  78. );
  79.