GLUT_VERSION updates from John Fay
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@81 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
70ab2265e6
commit
9af4d4ec7c
@ -46,7 +46,7 @@
|
||||
|
||||
#define GLUT_WINDOW_BORDER_WIDTH 0x01FA
|
||||
#define GLUT_WINDOW_HEADER_HEIGHT 0x01FB
|
||||
|
||||
#define GLUT_VERSION 0x01FC
|
||||
/*
|
||||
* Process loop function, see freeglut_main.c
|
||||
*/
|
||||
|
@ -75,6 +75,9 @@
|
||||
#define GLUT_API_VERSION 4
|
||||
#define FREEGLUT_VERSION_1_3 1
|
||||
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 4
|
||||
#define VERSION_PATCH 0
|
||||
|
||||
/*
|
||||
* Always include OpenGL and GLU headers
|
||||
|
Reference in New Issue
Block a user