From 4ce92262f714a16036ef104ff4c0607201a07187 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 27 Nov 2012 14:31:10 +0100 Subject: [PATCH] Reverted bad edit. --- include/GL/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index ecc8c28f..d37ee178 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -526,7 +526,7 @@ extern "C" { /*! @brief The @link clients client API @endlink to create a context for. */ #define GLFW_CLIENT_API 0x00022000 -#define GLFW_CLIENT_VERSION_MAJOR 0x00022001 +#define GLFW_OPENGL_VERSION_MAJOR 0x00022001 #define GLFW_OPENGL_VERSION_MINOR 0x00022002 #define GLFW_OPENGL_FORWARD_COMPAT 0x00022003 #define GLFW_OPENGL_DEBUG_CONTEXT 0x00022004