From a6122c3ec58b9f03fdf40be33d55bcb203c496ac Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 7 Dec 2023 21:20:17 +0100 Subject: layer-shell-v1: use wlr_surface_synced --- include/wlr/types/wlr_layer_shell_v1.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_layer_shell_v1.h b/include/wlr/types/wlr_layer_shell_v1.h index fa0288be..eaf6af42 100644 --- a/include/wlr/types/wlr_layer_shell_v1.h +++ b/include/wlr/types/wlr_layer_shell_v1.h @@ -110,6 +110,10 @@ struct wlr_layer_surface_v1 { } events; void *data; + + // private state + + struct wlr_surface_synced synced; }; struct wlr_layer_shell_v1 *wlr_layer_shell_v1_create(struct wl_display *display, -- cgit v1.2.3