mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
Merge branch 'master' into modifier-fixes
This commit is contained in:
commit
670d336099
1 changed files with 1 additions and 0 deletions
|
|
@ -795,6 +795,7 @@ void wlr_seat_set_keyboard(struct wlr_seat *seat,
|
||||||
}
|
}
|
||||||
|
|
||||||
seat->keyboard_state.keyboard = keyboard;
|
seat->keyboard_state.keyboard = keyboard;
|
||||||
|
wlr_seat_keyboard_send_modifiers(seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct wlr_keyboard *wlr_seat_get_keyboard(struct wlr_seat *seat) {
|
struct wlr_keyboard *wlr_seat_get_keyboard(struct wlr_seat *seat) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue