mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Gracefully deal with outputs being removed
This commit is contained in:
parent
f444a0d14c
commit
8c98c18880
2 changed files with 31 additions and 12 deletions
|
|
@ -14,6 +14,7 @@ struct roots_layer_surface {
|
|||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener surface_commit;
|
||||
struct wl_listener output_destroy;
|
||||
|
||||
bool configured;
|
||||
struct wlr_box geo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue