From 9a6687ee04db948a9f61cf2f4cc5966be84c822c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 7 Feb 2022 20:55:02 +0100 Subject: xdg-shell: use wlr_xdg_popup in sway_xdg_popup Improved type safety. --- include/sway/tree/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 { struct sway_xdg_popup { struct sway_view_child child; - struct wlr_xdg_surface *wlr_xdg_surface; + struct wlr_xdg_popup *wlr_xdg_popup; struct wl_listener new_popup; struct wl_listener destroy; -- cgit v1.2.3-54-g00ecf