mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
wlr_seat_destroy: emit seat itself as data on destroy event
This commit is contained in:
parent
689004ff21
commit
d7cefccaee
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ void wlr_seat_destroy(struct wlr_seat *wlr_seat) {
|
|||
return;
|
||||
}
|
||||
|
||||
wl_signal_emit(&wlr_seat->events.destroy, NULL);
|
||||
wl_signal_emit(&wlr_seat->events.destroy, wlr_seat);
|
||||
|
||||
wl_list_remove(&wlr_seat->display_destroy.link);
|
||||
|
||||
|
|
Loading…
Reference in a new issue