summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 03d27ceb..6b2d279e 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -51,6 +51,7 @@ struct sway_view {
51 } events; 51 } events;
52 52
53 struct wl_listener surface_new_subsurface; 53 struct wl_listener surface_new_subsurface;
54 struct wl_listener container_reparent;
54}; 55};
55 56
56struct sway_xdg_shell_v6_view { 57struct sway_xdg_shell_v6_view {