mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: remove selection_override_modmask member
This member is no longer valid - we need to use one from the current key-binding set.
This commit is contained in:
parent
e3683b58fc
commit
876044df8d
3 changed files with 25 additions and 3 deletions
|
|
@ -111,8 +111,6 @@ struct seat {
|
|||
xkb_mod_mask_t bind_significant;
|
||||
xkb_mod_mask_t kitty_significant;
|
||||
|
||||
xkb_mod_mask_t selection_override_modmask;
|
||||
|
||||
xkb_keycode_t key_arrow_up;
|
||||
xkb_keycode_t key_arrow_down;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue