mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #554 from Ongy/seat_modifiers
sends the modifiers on wlr_seat_set_keyboard
This commit is contained in:
commit
03faf17942
1 changed files with 1 additions and 0 deletions
|
@ -794,6 +794,7 @@ void wlr_seat_set_keyboard(struct wlr_seat *seat,
|
|||
}
|
||||
|
||||
seat->keyboard_state.keyboard = keyboard;
|
||||
wlr_seat_keyboard_send_modifiers(seat);
|
||||
}
|
||||
|
||||
void wlr_seat_keyboard_start_grab(struct wlr_seat *wlr_seat,
|
||||
|
|
Loading…
Reference in a new issue