mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Finished initial window/context backend split.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ typedef struct _GLFWcontextEGL
|
||||
EGLContext context;
|
||||
EGLSurface surface;
|
||||
|
||||
#if defined(_GLFW_X11_EGL)
|
||||
#if defined(_GLFW_X11)
|
||||
XVisualInfo* visual;
|
||||
#endif
|
||||
} _GLFWcontextEGL;
|
||||
|
||||
Reference in New Issue
Block a user