aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-06-09 13:26:03 +0100
committeremersion <contact@emersion.fr>2018-06-09 13:26:03 +0100
commitcfd02918c0d5dc539bc8858c7d0fab378145b38c (patch)
tree97e8b185ec52b576c7411fe74bacb9f727583ecd /include/sway/tree
parent21d98d5bfb19491f8fd486a2eddc8efe9fb3de6c (diff)
Render drag icons
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;