Gracefully deal with outputs being removed

This commit is contained in:
Drew DeVault 2018-03-20 21:41:18 -04:00
parent f444a0d14c
commit 8c98c18880
2 changed files with 31 additions and 12 deletions

View file

@ -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;