summaryrefslogtreecommitdiffstats
path: root/include/sway/tree
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 /include/sway/tree
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 '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 {
28 struct wl_listener output_layout_change; 28 struct wl_listener output_layout_change;
29 29
30 struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link 30 struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link
31 struct wl_list drag_icons; // sway_drag_icon::link
31 32
32 struct wlr_texture *debug_tree; 33 struct wlr_texture *debug_tree;
33 34