From 512deebd82ce200305869a706a3cb046d7077eb3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 29 Nov 2022 17:35:22 +0100 Subject: compositor: add wlr_surface.events.precommit --- include/wlr/types/wlr_compositor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index 55d83fe8..75d6605f 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -140,6 +140,7 @@ struct wlr_surface { struct { struct wl_signal client_commit; + struct wl_signal precommit; // const struct wlr_surface_state * struct wl_signal commit; struct wl_signal new_subsurface; struct wl_signal destroy; -- cgit v1.2.3