mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-26 09:02:21 +00:00
wlr_seat_destroy: emit seat itself as data on destroy event
This commit is contained in:
parent
689004ff21
commit
d7cefccaee
@ -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 New Issue
Block a user