mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
update for new wlr-keyboard modifiers
This commit is contained in:
parent
eb0f432a84
commit
2bf76509f8
2 changed files with 15 additions and 3 deletions
|
|
@ -401,7 +401,7 @@ static void handle_keyboard_modifiers(struct wl_listener *listener,
|
|||
struct wlr_input_device *wlr_device =
|
||||
keyboard->seat_device->input_device->wlr_device;
|
||||
wlr_seat_set_keyboard(wlr_seat, wlr_device);
|
||||
wlr_seat_keyboard_notify_modifiers(wlr_seat);
|
||||
wlr_seat_keyboard_notify_modifiers(wlr_seat, &wlr_device->keyboard->modifiers);
|
||||
}
|
||||
|
||||
struct sway_keyboard *sway_keyboard_create(struct sway_seat *seat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue