diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-03-20 21:41:18 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:50:32 -0400 |
| commit | 8c98c188808e16f18349a89eb534e2bbf7ea65d8 (patch) | |
| tree | f2e00ab96cd966db2e0a718122d7d1a4655b7105 /include | |
| parent | f444a0d14c046b7df5a63f34a6f958cb175eb851 (diff) | |
| download | wlroots-8c98c188808e16f18349a89eb534e2bbf7ea65d8.tar.xz | |
Gracefully deal with outputs being removed
Diffstat (limited to 'include')
| -rw-r--r-- | include/rootston/layers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/layers.h b/include/rootston/layers.h index f432d53d..43041786 100644 --- a/include/rootston/layers.h +++ b/include/rootston/layers.h @@ -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; |
