mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
Destroy multi backend on display destroy
This commit is contained in:
parent
fc78e269a5
commit
4a36ba4bdd
5 changed files with 26 additions and 13 deletions
|
|
@ -11,6 +11,8 @@ struct wlr_multi_backend {
|
|||
|
||||
struct wlr_session *session;
|
||||
struct wl_list backends;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue