mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Remove blank line before the end of some structs
(cherry picked from commit efe764b492)
This commit is contained in:
@@ -117,7 +117,6 @@ typedef struct _GLFWcontextGLX
|
||||
{
|
||||
GLXContext handle;
|
||||
GLXWindow window;
|
||||
|
||||
} _GLFWcontextGLX;
|
||||
|
||||
// GLX-specific global data
|
||||
@@ -165,7 +164,6 @@ typedef struct _GLFWlibraryGLX
|
||||
GLFWbool EXT_create_context_es2_profile;
|
||||
GLFWbool ARB_create_context_no_error;
|
||||
GLFWbool ARB_context_flush_control;
|
||||
|
||||
} _GLFWlibraryGLX;
|
||||
|
||||
GLFWbool _glfwInitGLX(void);
|
||||
|
||||
Reference in New Issue
Block a user