aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-06-09 13:26:03 +0100
committerLibravatar emersion <contact@emersion.fr>2018-06-09 13:26:03 +0100
commitcfd02918c0d5dc539bc8858c7d0fab378145b38c (patch)
tree97e8b185ec52b576c7411fe74bacb9f727583ecd /sway/tree/layout.c
parentMerge pull request #2123 from emersion/fix-disabled-outputs (diff)
downloadsway-cfd02918c0d5dc539bc8858c7d0fab378145b38c.tar.gz
sway-cfd02918c0d5dc539bc8858c7d0fab378145b38c.tar.zst
sway-cfd02918c0d5dc539bc8858c7d0fab378145b38c.zip
Render drag icons
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r--sway/tree/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c
index 6d4cd088..f56fbffa 100644
--- a/sway/tree/layout.c
+++ b/sway/tree/layout.c
@@ -37,6 +37,7 @@ void layout_init(void) {
37 root_container.sway_root->output_layout = wlr_output_layout_create(); 37 root_container.sway_root->output_layout = wlr_output_layout_create();
38 wl_list_init(&root_container.sway_root->outputs); 38 wl_list_init(&root_container.sway_root->outputs);
39 wl_list_init(&root_container.sway_root->xwayland_unmanaged); 39 wl_list_init(&root_container.sway_root->xwayland_unmanaged);
40 wl_list_init(&root_container.sway_root->drag_icons);
40 wl_signal_init(&root_container.sway_root->events.new_container); 41 wl_signal_init(&root_container.sway_root->events.new_container);
41 42
42 root_container.sway_root->output_layout_change.notify = 43 root_container.sway_root->output_layout_change.notify =