From 9201431c291ccd26d0958e1a8ab9cb9c84763677 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Dec 2023 22:43:27 +0100 Subject: xdg-shell: use wlr_surface_synced for toplevel --- 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 fbc771a7..168d76d9 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -208,6 +208,10 @@ struct wlr_xdg_toplevel { struct wl_signal set_title; struct wl_signal set_app_id; } events; + + // private state + + struct wlr_surface_synced synced; }; struct wlr_xdg_surface_configure { -- cgit v1.2.3