Fixed name of global context state macro.

This commit is contained in:
Camilla Berglund
2014-04-08 16:29:38 +02:00
parent 7c925353a5
commit 12b28c4bb9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
#define _GLFW_PLATFORM_FBCONFIG EGLConfig egl
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextEGL egl
#define _GLFW_PLATFORM_LIBRARY_OPENGL_STATE _GLFWlibraryEGL egl
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE _GLFWlibraryEGL egl
//========================================================================