Merge branch 'indentation' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
e634350e77
12
glfw/egl_context.h
vendored
12
glfw/egl_context.h
vendored
@ -173,13 +173,13 @@ typedef struct _GLFWlibraryEGL
|
|||||||
{
|
{
|
||||||
EGLDisplay display;
|
EGLDisplay display;
|
||||||
EGLint major, minor;
|
EGLint major, minor;
|
||||||
bool prefix;
|
bool prefix;
|
||||||
|
|
||||||
bool KHR_create_context;
|
bool KHR_create_context;
|
||||||
bool KHR_create_context_no_error;
|
bool KHR_create_context_no_error;
|
||||||
bool KHR_gl_colorspace;
|
bool KHR_gl_colorspace;
|
||||||
bool KHR_get_all_proc_addresses;
|
bool KHR_get_all_proc_addresses;
|
||||||
bool KHR_context_flush_control;
|
bool KHR_context_flush_control;
|
||||||
|
|
||||||
void* handle;
|
void* handle;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user