mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
x11: A case of argument order confusion
translate_keysym was expecting its arguments the other way around. Pointed out in https://www.viva64.com/en/b/0793/
This commit is contained in:
parent
041f410838
commit
927fdb9a83
@ -1383,7 +1383,7 @@ gdk_x11_keymap_translate_keyboard_state (GdkKeymap *keymap,
|
||||
|
||||
tmp_keyval = translate_keysym (keymap_x11, hardware_keycode,
|
||||
group, state,
|
||||
level, effective_group);
|
||||
effective_group, level);
|
||||
}
|
||||
|
||||
if (consumed_modifiers)
|
||||
|
Loading…
Reference in New Issue
Block a user