mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Fix EGL backend MinGW build errors
This commit is contained in:
@@ -100,6 +100,7 @@ typedef MirEGLNativeWindowType EGLNativeWindowType;
|
||||
#define EGL_NO_SURFACE ((EGLSurface) 0)
|
||||
#define EGL_NO_DISPLAY ((EGLDisplay) 0)
|
||||
#define EGL_NO_CONTEXT ((EGLContext) 0)
|
||||
#define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType) 0)
|
||||
|
||||
#define EGL_CONTEXT_OPENGL_FORWARD_COMPATIBLE_BIT_KHR 0x00000002
|
||||
#define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR 0x00000001
|
||||
|
||||
Reference in New Issue
Block a user