From 4b3553409abc9c52d5b6b2dd61ad0fed04283356 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 8 Dec 2023 12:16:12 +0100 Subject: xdg-shell: use wlr_surface_synced for popups --- include/wlr/types/wlr_xdg_shell.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 168d76d9..5c490455 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -110,6 +110,10 @@ struct wlr_xdg_popup { } events; struct wl_list grab_link; // wlr_xdg_popup_grab.popups + + // private state + + struct wlr_surface_synced synced; }; // each seat gets a popup grab -- cgit v1.2.3