Token value cleanup.

This commit is contained in:
Camilla Berglund 2013-05-30 18:55:45 +02:00
parent 731812cfc1
commit 53b39a61b9

View File

@ -506,29 +506,29 @@ extern "C" {
#define GLFW_VISIBLE 0x00020004
#define GLFW_DECORATED 0x00020005
#define GLFW_CONTEXT_REVISION 0x00021001
#define GLFW_RED_BITS 0x00021002
#define GLFW_GREEN_BITS 0x00021003
#define GLFW_BLUE_BITS 0x00021004
#define GLFW_ALPHA_BITS 0x00021005
#define GLFW_DEPTH_BITS 0x00021006
#define GLFW_STENCIL_BITS 0x00021007
#define GLFW_ACCUM_RED_BITS 0x00021008
#define GLFW_ACCUM_GREEN_BITS 0x00021009
#define GLFW_ACCUM_BLUE_BITS 0x0002100A
#define GLFW_ACCUM_ALPHA_BITS 0x0002100B
#define GLFW_AUX_BUFFERS 0x0002100C
#define GLFW_STEREO 0x0002100D
#define GLFW_SAMPLES 0x0002100E
#define GLFW_SRGB_CAPABLE 0x0002100F
#define GLFW_RED_BITS 0x00021001
#define GLFW_GREEN_BITS 0x00021002
#define GLFW_BLUE_BITS 0x00021003
#define GLFW_ALPHA_BITS 0x00021004
#define GLFW_DEPTH_BITS 0x00021005
#define GLFW_STENCIL_BITS 0x00021006
#define GLFW_ACCUM_RED_BITS 0x00021007
#define GLFW_ACCUM_GREEN_BITS 0x00021008
#define GLFW_ACCUM_BLUE_BITS 0x00021009
#define GLFW_ACCUM_ALPHA_BITS 0x0002100A
#define GLFW_AUX_BUFFERS 0x0002100B
#define GLFW_STEREO 0x0002100C
#define GLFW_SAMPLES 0x0002100D
#define GLFW_SRGB_CAPABLE 0x0002100E
#define GLFW_CLIENT_API 0x00022000
#define GLFW_CONTEXT_VERSION_MAJOR 0x00022001
#define GLFW_CONTEXT_VERSION_MINOR 0x00022002
#define GLFW_CONTEXT_ROBUSTNESS 0x00022003
#define GLFW_OPENGL_FORWARD_COMPAT 0x00022004
#define GLFW_OPENGL_DEBUG_CONTEXT 0x00022005
#define GLFW_OPENGL_PROFILE 0x00022006
#define GLFW_CLIENT_API 0x00022001
#define GLFW_CONTEXT_VERSION_MAJOR 0x00022002
#define GLFW_CONTEXT_VERSION_MINOR 0x00022003
#define GLFW_CONTEXT_REVISION 0x00022004
#define GLFW_CONTEXT_ROBUSTNESS 0x00022005
#define GLFW_OPENGL_FORWARD_COMPAT 0x00022006
#define GLFW_OPENGL_DEBUG_CONTEXT 0x00022007
#define GLFW_OPENGL_PROFILE 0x00022008
#define GLFW_OPENGL_API 0x00030001
#define GLFW_OPENGL_ES_API 0x00030002