summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index a2d464f9..ceccc920 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -16,7 +16,7 @@ struct sway_root {
16 struct wlr_output_layout *output_layout; 16 struct wlr_output_layout *output_layout;
17 17
18 struct wl_listener output_layout_change; 18 struct wl_listener output_layout_change;
19#ifdef HAVE_XWAYLAND 19#if HAVE_XWAYLAND
20 struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link 20 struct wl_list xwayland_unmanaged; // sway_xwayland_unmanaged::link
21#endif 21#endif
22 struct wl_list drag_icons; // sway_drag_icon::link 22 struct wl_list drag_icons; // sway_drag_icon::link