aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/root.c')
-rw-r--r--sway/tree/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/root.c b/sway/tree/root.c
index 9bda7c28..544d666a 100644
--- a/sway/tree/root.c
+++ b/sway/tree/root.c
@@ -31,7 +31,7 @@ struct sway_root *root_create(void) {
31 node_init(&root->node, N_ROOT, root); 31 node_init(&root->node, N_ROOT, root);
32 root->output_layout = wlr_output_layout_create(); 32 root->output_layout = wlr_output_layout_create();
33 wl_list_init(&root->all_outputs); 33 wl_list_init(&root->all_outputs);
34#ifdef HAVE_XWAYLAND 34#if HAVE_XWAYLAND
35 wl_list_init(&root->xwayland_unmanaged); 35 wl_list_init(&root->xwayland_unmanaged);
36#endif 36#endif
37 wl_list_init(&root->drag_icons); 37 wl_list_init(&root->drag_icons);