mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Replace GL booleans with public macros
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ typedef struct _GLFWlibraryEGL
|
||||
EGLDisplay display;
|
||||
EGLint major, minor;
|
||||
|
||||
GLboolean KHR_create_context;
|
||||
GLFWbool KHR_create_context;
|
||||
|
||||
void* handle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user