Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is not part of the
authorSven Panne <sven.panne@aedion.de>
Wed, 12 Oct 2005 14:20:36 +0000 (14:20 +0000)
committerSven Panne <sven.panne@aedion.de>
Wed, 12 Oct 2005 14:20:36 +0000 (14:20 +0000)
original GLUT.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@691 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
include/GL/freeglut_ext.h
include/GL/freeglut_std.h

index b65803a..372086c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1165,3 +1165,6 @@ from deprecated joystick interface extensions.
 recommended way in the autotools documentation. Removed INSTALL,
 install-sh and mkinstalldirs, they are either unused or automatically
 generated by autogen.sh.
+
+(303) Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is not part of the
+original GLUT.
index cb72dce..4bff7da 100644 (file)
@@ -56,6 +56,8 @@
 /*
  * GLUT API Extension macro definitions -- the glutGet parameters
  */
+#define  GLUT_INIT_STATE                    0x007C
+
 #define  GLUT_ACTION_ON_WINDOW_CLOSE        0x01F9
 
 #define  GLUT_WINDOW_BORDER_WIDTH           0x01FA
index 8fd65d8..c9bb753 100644 (file)
 #define  GLUT_INIT_DISPLAY_MODE             0x01F8
 #define  GLUT_ELAPSED_TIME                  0x02BC
 #define  GLUT_WINDOW_FORMAT_ID              0x007B
-#define  GLUT_INIT_STATE                    0x007C
 
 /*
  * GLUT API macro definitions -- the glutDeviceGet parameters