mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05: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…
Add table
Add a link
Reference in a new issue