summaryrefslogtreecommitdiff
path: root/include/sway/layout.h
diff options
context:
space:
mode:
authorTony Crisci <[email protected]>2018-01-14 13:19:21 -0500
committerTony Crisci <[email protected]>2018-01-14 13:19:21 -0500
commit83ddd2d9dbee1b77993f5cc45427854e18aae6f1 (patch)
treef2ec5fbc8b47b66f85978aa7feb1a09e34aaf569 /include/sway/layout.h
parent2ce1d8d6cd0ae1520ea191678e3c39d555c66b58 (diff)
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 {
struct wlr_output_layout *output_layout;
struct wl_listener output_layout_change;
+
+ struct wl_list unmanaged_views; // sway_view::unmanaged_view_link
};
void init_layout(void);