mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Listen to display destroy in backends
This commit is contained in:
parent
bdb6e0b84c
commit
9d43adaafa
8 changed files with 130 additions and 70 deletions
|
|
@ -21,6 +21,7 @@ struct wlr_wl_backend {
|
|||
struct wl_list outputs;
|
||||
struct wlr_egl egl;
|
||||
size_t requested_outputs;
|
||||
struct wl_listener local_display_destroy;
|
||||
/* remote state */
|
||||
struct wl_display *remote_display;
|
||||
struct wl_event_source *remote_display_src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue