Fix bool indentation

The wrong indentation was caused by the removal of GLFWbool in fe62700825.
This commit is contained in:
Luflosi
2019-08-30 15:32:19 +02:00
parent a10c816c05
commit 0459dda5c2
5 changed files with 18 additions and 18 deletions

4
glfw/xkb_glfw.h vendored
View File

@@ -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;