aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authorvil <vil@vil.lv>2018-06-17 17:37:58 -0400
committerGitHub <noreply@github.com>2018-06-17 17:37:58 -0400
commit8884a063c1c11cb1e2370c3f172fcb9ebd59c991 (patch)
tree7f2fc2f6cd4ba948df2e9e119e2e109973f638db /include/sway/tree
parent54a5ee2747c3eae35e4fec400d1efc6ee7509a38 (diff)
parent7c44ca95f9aef526c6cfa8c2d3704af39755f38b (diff)
Merge branch 'master' into mark-pool-buffers-busy
Diffstat (limited to 'include/sway/tree')
-rw-r--r--include/sway/tree/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index cd131056..ba265623 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -28,6 +28,7 @@ struct sway_root {
struct wl_listener output_layout_change;
struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link
+ struct wl_list drag_icons; // sway_drag_icon::link
struct wlr_texture *debug_tree;