mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
types/wlr_seat: finish keyboard_state during wlr_seat_destroy
This commit is contained in:
parent
338e0a3976
commit
0611c10909
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ void wlr_seat_destroy(struct wlr_seat *seat) {
|
|||
wlr_seat_pointer_clear_focus(seat);
|
||||
wlr_seat_keyboard_clear_focus(seat);
|
||||
|
||||
wlr_seat_set_keyboard(seat, NULL);
|
||||
|
||||
struct wlr_touch_point *point;
|
||||
wl_list_for_each(point, &seat->touch_state.touch_points, link) {
|
||||
wlr_seat_touch_point_clear_focus(seat, 0, point->touch_id);
|
||||
|
|
Loading…
Reference in a new issue