mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01: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…
Reference in a new issue