From 69d9a4e2cbd5fae3dcb7b30530092e03465dc67b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 8 Dec 2023 12:34:18 +0100 Subject: xdg-shell: use wlr_surface_synced for wlr_xdg_surface --- include/wlr/types/wlr_xdg_shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 9df690f9..fbc771a7 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -281,6 +281,8 @@ struct wlr_xdg_surface { // private state + struct wlr_surface_synced synced; + struct wl_listener role_resource_destroy; }; -- cgit v1.2.3