aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-26 18:12:31 -0400
committerDrew DeVault <sir@cmpwn.com>2018-03-27 18:50:32 -0400
commit86ca4bea6de9b3494235201f5587cb7e00aed84e (patch)
treed9e1281ea4ef02f4b9d7e558b688b911d435c2d3 /include/rootston
parent097e87ca9ff34e0d17dced154ee8a860b6d86060 (diff)
Fix layer rendering/layout bugs
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/layers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/layers.h b/include/rootston/layers.h
index 43041786..cc285fe7 100644
--- a/include/rootston/layers.h
+++ b/include/rootston/layers.h
@@ -15,6 +15,7 @@ struct roots_layer_surface {
struct wl_listener unmap;
struct wl_listener surface_commit;
struct wl_listener output_destroy;
+ struct wl_listener output_mode;
bool configured;
struct wlr_box geo;