diff --git a/src/x11/platform.h b/src/x11/platform.h index 802d2333..f90c43c2 100644 --- a/src/x11/platform.h +++ b/src/x11/platform.h @@ -108,6 +108,7 @@ typedef struct _GLFWcontextGLX GLboolean has_GLX_ARB_create_context; GLboolean has_GLX_ARB_create_context_profile; GLboolean has_GLX_EXT_create_context_es2_profile; + } _GLFWcontextGLX;