summaryrefslogtreecommitdiffstats
path: root/include/sway/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/layout.h')
-rw-r--r--include/sway/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/layout.h b/include/sway/layout.h
index bfd96a02..af561453 100644
--- a/include/sway/layout.h
+++ b/include/sway/layout.h
@@ -9,6 +9,8 @@ struct sway_root {
9 struct wlr_output_layout *output_layout; 9 struct wlr_output_layout *output_layout;
10 10
11 struct wl_listener output_layout_change; 11 struct wl_listener output_layout_change;
12
13 struct wl_list unmanaged_views; // sway_view::unmanaged_view_link
12}; 14};
13 15
14void init_layout(void); 16void init_layout(void);