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:
parent
593887dece
commit
f3d8a6c845
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user