Renamed extension version struct members.

This commit is contained in:
Camilla Berglund
2015-05-27 14:35:31 +02:00
parent 530fc5a431
commit 287e30239c
6 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ typedef struct _GLFWcontextEGL
typedef struct _GLFWlibraryEGL
{
EGLDisplay display;
EGLint versionMajor, versionMinor;
EGLint major, minor;
GLboolean KHR_create_context;