From b21c26a1c9b5f035eb69ede201980c82c256dabc Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 24 May 2022 20:41:22 +0200 Subject: output: add wlr_output_event_precommit.state --- include/wlr/types/wlr_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 363df2bc..05275156 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -205,6 +205,7 @@ struct wlr_output_event_damage { struct wlr_output_event_precommit { struct wlr_output *output; struct timespec *when; + const struct wlr_output_state *state; }; struct wlr_output_event_commit { -- cgit v1.2.3