1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added missing member.

This commit is contained in:
Camilla Berglund 2011-03-07 20:43:10 +01:00
parent 222f1d5600
commit c40f0e2c36

View File

@ -232,6 +232,7 @@ typedef struct _GLFWcontextWGL
GLboolean has_WGL_ARB_create_context;
GLboolean has_WGL_ARB_create_context_profile;
GLboolean has_WGL_EXT_create_context_es2_profile;
GLboolean has_WGL_EXT_create_context_robustness;
} _GLFWcontextWGL;