Fix indentation of bool variables in glfw/egl_context.h
Caused by fe62700825.
This commit is contained in:
parent
d3750b2244
commit
464a6c1441
12
glfw/egl_context.h
vendored
12
glfw/egl_context.h
vendored
@ -173,13 +173,13 @@ typedef struct _GLFWlibraryEGL
|
||||
{
|
||||
EGLDisplay display;
|
||||
EGLint major, minor;
|
||||
bool prefix;
|
||||
bool prefix;
|
||||
|
||||
bool KHR_create_context;
|
||||
bool KHR_create_context_no_error;
|
||||
bool KHR_gl_colorspace;
|
||||
bool KHR_get_all_proc_addresses;
|
||||
bool KHR_context_flush_control;
|
||||
bool KHR_create_context;
|
||||
bool KHR_create_context_no_error;
|
||||
bool KHR_gl_colorspace;
|
||||
bool KHR_get_all_proc_addresses;
|
||||
bool KHR_context_flush_control;
|
||||
|
||||
void* handle;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user