mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Fix indentation of bool variables in glfw/egl_context.h
Caused by fe62700825.
This commit is contained in:
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user