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 d74f1bc9..5cc9777b 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -195,6 +195,7 @@ struct sway_view_child {
195 195
196 struct sway_view *view; 196 struct sway_view *view;
197 struct wlr_surface *surface; 197 struct wlr_surface *surface;
198 bool mapped;
198 199
199 struct wl_listener surface_commit; 200 struct wl_listener surface_commit;
200 struct wl_listener surface_new_subsurface; 201 struct wl_listener surface_new_subsurface;