diff options
author | vil <vil@vil.lv> | 2018-06-17 17:37:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-17 17:37:58 -0400 |
commit | 8884a063c1c11cb1e2370c3f172fcb9ebd59c991 (patch) | |
tree | 7f2fc2f6cd4ba948df2e9e119e2e109973f638db /sway/tree | |
parent | 54a5ee2747c3eae35e4fec400d1efc6ee7509a38 (diff) | |
parent | 7c44ca95f9aef526c6cfa8c2d3704af39755f38b (diff) |
Merge branch 'master' into mark-pool-buffers-busy
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index a8aba618..d1ad044d 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -37,6 +37,7 @@ void layout_init(void) { root_container.sway_root->output_layout = wlr_output_layout_create(); wl_list_init(&root_container.sway_root->outputs); wl_list_init(&root_container.sway_root->xwayland_unmanaged); + wl_list_init(&root_container.sway_root->drag_icons); wl_signal_init(&root_container.sway_root->events.new_container); root_container.sway_root->output_layout_change.notify = |