Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is not part of the

original GLUT.


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@691 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-10-12 14:20:36 +00:00
parent 593887dece
commit f3d8a6c845
3 changed files with 5 additions and 1 deletions

View File

@ -1165,3 +1165,6 @@ from deprecated joystick interface extensions.
recommended way in the autotools documentation. Removed INSTALL, recommended way in the autotools documentation. Removed INSTALL,
install-sh and mkinstalldirs, they are either unused or automatically install-sh and mkinstalldirs, they are either unused or automatically
generated by autogen.sh. generated by autogen.sh.
(303) Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is not part of the
original GLUT.

View File

@ -56,6 +56,8 @@
/* /*
* GLUT API Extension macro definitions -- the glutGet parameters * GLUT API Extension macro definitions -- the glutGet parameters
*/ */
#define GLUT_INIT_STATE 0x007C
#define GLUT_ACTION_ON_WINDOW_CLOSE 0x01F9 #define GLUT_ACTION_ON_WINDOW_CLOSE 0x01F9
#define GLUT_WINDOW_BORDER_WIDTH 0x01FA #define GLUT_WINDOW_BORDER_WIDTH 0x01FA

View File

@ -261,7 +261,6 @@
#define GLUT_INIT_DISPLAY_MODE 0x01F8 #define GLUT_INIT_DISPLAY_MODE 0x01F8
#define GLUT_ELAPSED_TIME 0x02BC #define GLUT_ELAPSED_TIME 0x02BC
#define GLUT_WINDOW_FORMAT_ID 0x007B #define GLUT_WINDOW_FORMAT_ID 0x007B
#define GLUT_INIT_STATE 0x007C
/* /*
* GLUT API macro definitions -- the glutDeviceGet parameters * GLUT API macro definitions -- the glutDeviceGet parameters