Blame GLwMDrawA.c

Packit 34ce77
/*
Packit 34ce77
 * (c) Copyright 1993, Silicon Graphics, Inc.
Packit 34ce77
 * ALL RIGHTS RESERVED 
Packit 34ce77
 * Permission to use, copy, modify, and distribute this software for 
Packit 34ce77
 * any purpose and without fee is hereby granted, provided that the above
Packit 34ce77
 * copyright notice appear in all copies and that both the copyright notice
Packit 34ce77
 * and this permission notice appear in supporting documentation, and that 
Packit 34ce77
 * the name of Silicon Graphics, Inc. not be used in advertising
Packit 34ce77
 * or publicity pertaining to distribution of the software without specific,
Packit 34ce77
 * written prior permission. 
Packit 34ce77
 *
Packit 34ce77
 * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
Packit 34ce77
 * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
Packit 34ce77
 * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
Packit 34ce77
 * FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL SILICON
Packit 34ce77
 * GRAPHICS, INC.  BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
Packit 34ce77
 * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
Packit 34ce77
 * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
Packit 34ce77
 * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
Packit 34ce77
 * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC.  HAS BEEN
Packit 34ce77
 * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
Packit 34ce77
 * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
Packit 34ce77
 * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
Packit 34ce77
 * 
Packit 34ce77
 * 
Packit 34ce77
 * US Government Users Restricted Rights 
Packit 34ce77
 * Use, duplication, or disclosure by the Government is subject to
Packit 34ce77
 * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
Packit 34ce77
 * (c)(1)(ii) of the Rights in Technical Data and Computer Software
Packit 34ce77
 * clause at DFARS 252.227-7013 and/or in similar or successor
Packit 34ce77
 * clauses in the FAR or the DOD or NASA FAR Supplement.
Packit 34ce77
 * Unpublished-- rights reserved under the copyright laws of the
Packit 34ce77
 * United States.  Contractor/manufacturer is Silicon Graphics,
Packit 34ce77
 * Inc., 2011 N.  Shoreline Blvd., Mountain View, CA 94039-7311.
Packit 34ce77
 *
Packit 34ce77
 * OpenGL(TM) is a trademark of Silicon Graphics, Inc.
Packit 34ce77
 */
Packit 34ce77
#ifndef __GLX_MOTIF
Packit 34ce77
#define __GLX_MOTIF 1
Packit 34ce77
#endif
Packit 34ce77
#include "GLwDrawA.c"