aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 ef1a26b8..7faacdcc 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -192,6 +192,7 @@ struct sway_xdg_popup {
192 192
193 struct wl_listener surface_commit; 193 struct wl_listener surface_commit;
194 struct wl_listener new_popup; 194 struct wl_listener new_popup;
195 struct wl_listener reposition;
195 struct wl_listener destroy; 196 struct wl_listener destroy;
196}; 197};
197 198