Fix bool indentation
The wrong indentation was caused by the removal of GLFWbool in fe62700825.
This commit is contained in:
4
glfw/xkb_glfw.h
vendored
4
glfw/xkb_glfw.h
vendored
@@ -67,8 +67,8 @@ typedef struct {
|
||||
|
||||
#ifdef _GLFW_X11
|
||||
int32_t keyboard_device_id;
|
||||
bool available;
|
||||
bool detectable;
|
||||
bool available;
|
||||
bool detectable;
|
||||
int majorOpcode;
|
||||
int eventBase;
|
||||
int errorBase;
|
||||
|
||||
Reference in New Issue
Block a user