mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Modifier indices are unsigned
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user