mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05: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;
|
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);
|
wl_list_remove(&wlr_seat->display_destroy.link);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue