aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/layout.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-14 13:19:21 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-14 13:19:21 -0500
commit83ddd2d9dbee1b77993f5cc45427854e18aae6f1 (patch)
treef2ec5fbc8b47b66f85978aa7feb1a09e34aaf569 /include/sway/layout.h
parentrender wl-shell and xwayland views (diff)
downloadsway-83ddd2d9dbee1b77993f5cc45427854e18aae6f1.tar.gz
sway-83ddd2d9dbee1b77993f5cc45427854e18aae6f1.tar.zst
sway-83ddd2d9dbee1b77993f5cc45427854e18aae6f1.zip
render override redirect
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);