home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: glaux.h,v 1.2 1998/01/16 02:28:47 brianp Exp $
- */
-
- /*
- * Mesa - a 3-D graphics library
- * Version: 2.6
- * Copyright (C) 1995-1996 Brian Paul
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
- SYSTEM_CALL( auxAOSContext, 1 )
- SYSTEM_CALL( auxAOSScreen, 2 )
- SYSTEM_CALL( auxAOSWindow, 3 )
- SYSTEM_CALL( auxAnimation, 4 )
- SYSTEM_CALL( auxCloseWindow, 5 )
- SYSTEM_CALL( auxCreateFont, 6 )
- SYSTEM_CALL( auxDeleteMouseFunc, 7 )
- SYSTEM_CALL( auxDrawStr, 8 )
- SYSTEM_CALL( auxExposeFunc, 9 )
- SYSTEM_CALL( auxGetColorMapSize, 10 )
- SYSTEM_CALL( auxGetDisplayMode, 11 )
- SYSTEM_CALL( auxGetDisplayModeID, 12 )
- SYSTEM_CALL( auxGetDisplayModePolicy, 13 )
- SYSTEM_CALL( auxGetMouseLoc, 14 )
- SYSTEM_CALL( auxGetScreenSize, 15 )
- SYSTEM_CALL( auxIdleFunc, 16 )
- SYSTEM_CALL( auxInitDisplayMode, 17 )
- SYSTEM_CALL( auxInitDisplayModeID, 18 )
- SYSTEM_CALL( auxInitDisplayModePolicy, 19 )
- SYSTEM_CALL( auxInitPosition, 20 )
- SYSTEM_CALL( auxInitWindow, 21 )
- SYSTEM_CALL( auxKeyFunc, 22 )
- SYSTEM_CALL( auxMainLoop, 23 )
- SYSTEM_CALL( auxMouseFunc, 24 )
- SYSTEM_CALL( auxQuit, 25 )
- SYSTEM_CALL( auxRGBImageLoad, 26 )
- SYSTEM_CALL( auxReshapeFunc, 27 )
- SYSTEM_CALL( auxSetFogRamp, 28 )
- SYSTEM_CALL( auxSetGreyRamp, 29 )
- SYSTEM_CALL( auxSetOneColor, 30 )
- SYSTEM_CALL( auxSetRGBMap, 31 )
- SYSTEM_CALL( auxSolidBox, 32 )
- SYSTEM_CALL( auxSolidCone, 33 )
- SYSTEM_CALL( auxSolidCube, 34 )
- SYSTEM_CALL( auxSolidCylinder, 35 )
- SYSTEM_CALL( auxSolidDodecahedron, 36 )
- SYSTEM_CALL( auxSolidIcosahedron, 37 )
- SYSTEM_CALL( auxSolidOctahedron, 38 )
- SYSTEM_CALL( auxSolidSphere, 39 )
- SYSTEM_CALL( auxSolidTeapot, 40 )
- SYSTEM_CALL( auxSolidTetrahedron, 41 )
- SYSTEM_CALL( auxSolidTorus, 42 )
- SYSTEM_CALL( auxSwapBuffers, 43 )
- SYSTEM_CALL( auxWireBox, 44 )
- SYSTEM_CALL( auxWireCone, 45 )
- SYSTEM_CALL( auxWireCube, 46 )
- SYSTEM_CALL( auxWireCylinder, 47 )
- SYSTEM_CALL( auxWireDodecahedron, 48 )
- SYSTEM_CALL( auxWireIcosahedron, 49 )
- SYSTEM_CALL( auxWireOctahedron, 50 )
- SYSTEM_CALL( auxWireSphere, 51 )
- SYSTEM_CALL( auxWireTeapot, 52 )
- SYSTEM_CALL( auxWireTetrahedron, 53 )
- SYSTEM_CALL( auxWireTorus, 54 )
-