1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-04-03 15:58:50 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2011-02-27 21:43:46 +01:00
parent 06a4afd7de
commit dd04fa9272

View File

@ -108,6 +108,7 @@ typedef struct _GLFWcontextGLX
GLboolean has_GLX_ARB_create_context; GLboolean has_GLX_ARB_create_context;
GLboolean has_GLX_ARB_create_context_profile; GLboolean has_GLX_ARB_create_context_profile;
GLboolean has_GLX_EXT_create_context_es2_profile; GLboolean has_GLX_EXT_create_context_es2_profile;
} _GLFWcontextGLX; } _GLFWcontextGLX;