aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-09 10:50:34 -0700
committerGitHub <noreply@github.com>2018-06-09 10:50:34 -0700
commit867fb6aedbbe4cd1c7f4817848682609e8489880 (patch)
tree3b62f78586a18a17b577c82d48f7e02b0becfaa9 /include/sway/tree
parentd9fc381e0292519cccf2df6ea77a3356a2e621c7 (diff)
parentcfd02918c0d5dc539bc8858c7d0fab378145b38c (diff)
Merge pull request #2124 from emersion/drag-icons
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;