summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/layout.h')
-rw-r--r--include/sway/tree/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 2e0f2abf..cd131056 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -31,6 +31,8 @@ struct sway_root {
31 31
32 struct wlr_texture *debug_tree; 32 struct wlr_texture *debug_tree;
33 33
34 struct wl_list outputs; // sway_output::link
35
34 struct { 36 struct {
35 struct wl_signal new_container; 37 struct wl_signal new_container;
36 } events; 38 } events;