From e003296c23fb0a974a13121cd940d6bf3fe63fac Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 2 Oct 2017 09:15:21 -0400 Subject: xdg-popup: render popups in the right place --- include/wlr/types/wlr_xdg_shell_v6.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 2d38dba0..b7acc2c4 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -89,6 +89,9 @@ struct wlr_xdg_surface_v6 { struct wlr_xdg_popup_v6 *popup_state; }; + struct wl_list popups; + struct wl_list popup_link; + bool configured; struct wl_event_source *configure_idle; struct wl_list configure_list; -- cgit v1.2.3