aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 5f8d2f58..95708a04 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -217,7 +217,7 @@ struct sway_subsurface {
217struct sway_xdg_popup { 217struct sway_xdg_popup {
218 struct sway_view_child child; 218 struct sway_view_child child;
219 219
220 struct wlr_xdg_surface *wlr_xdg_surface; 220 struct wlr_xdg_popup *wlr_xdg_popup;
221 221
222 struct wl_listener new_popup; 222 struct wl_listener new_popup;
223 struct wl_listener destroy; 223 struct wl_listener destroy;