From 659f0b90547afba592d0529a4545cce7015ed394 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Wed, 12 Oct 2005 14:20:36 +0000 Subject: [PATCH] Moved GLUT_INIT_STATE to , it is not part of the original GLUT. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@691 7f0cb862-5218-0410-a997-914c9d46530a --- ChangeLog | 3 +++ include/GL/freeglut_ext.h | 2 ++ include/GL/freeglut_std.h | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b65803a..372086c 100644 --- 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 , it is not part of the +original GLUT. diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index cb72dce..4bff7da 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -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 diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 8fd65d8..c9bb753 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -261,7 +261,6 @@ #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 -- 1.7.10.4