mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Add destroy signals to types that are destroyed by wl_display_destroy
This commit is contained in:
parent
c6955fa89c
commit
20db29779e
35 changed files with 68 additions and 5 deletions
|
|
@ -125,6 +125,7 @@ void wlr_session_destroy(struct wlr_session *session) {
|
|||
return;
|
||||
}
|
||||
|
||||
wlr_signal_emit_safe(&session->events.destroy, session);
|
||||
wl_list_remove(&session->display_destroy.link);
|
||||
|
||||
wl_event_source_remove(session->udev_event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue