mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-14 22:57:37 +03:00
Modifier indices are unsigned
This commit is contained in:
parent
7e78f30739
commit
0935dd053c
2
glfw/xkb_glfw.c
vendored
2
glfw/xkb_glfw.c
vendored
@ -368,7 +368,7 @@ glfw_xkb_update_masks(_GLFWXKBData *xkb) {
|
||||
S(super, XKB_MOD_NAME_LOGO);
|
||||
}
|
||||
#undef S
|
||||
debug("Modifier indices alt:%d super:%d hyper:%d meta:%d numlock:%d\n",
|
||||
debug("Modifier indices alt:%u super:%u hyper:%u meta:%u numlock:%u\n",
|
||||
xkb->altIdx, xkb->superIdx, xkb->hyperIdx, xkb->metaIdx, xkb->numLockIdx);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user