mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-08 13:29:45 -05:00
Listen to display destroy in session
It's not the backend's responsibility to destroy the session anymore.
This commit is contained in:
parent
e30b943fbd
commit
6001235b04
3 changed files with 14 additions and 2 deletions
|
|
@ -33,6 +33,8 @@ struct wlr_session {
|
|||
struct wl_event_source *udev_event;
|
||||
|
||||
struct wl_list devices;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue