summaryrefslogtreecommitdiffstats
path: root/sway/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/layout.c b/sway/layout.c
index 952bcf1c..27760f35 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -23,6 +23,7 @@ int min_sane_w = 100;
23void init_layout(void) { 23void init_layout(void) {
24 root_container.type = C_ROOT; 24 root_container.type = C_ROOT;
25 root_container.layout = L_NONE; 25 root_container.layout = L_NONE;
26 root_container.name = strdup("root");
26 root_container.children = create_list(); 27 root_container.children = create_list();
27 root_container.handle = -1; 28 root_container.handle = -1;
28 root_container.visible = true; 29 root_container.visible = true;