From 8c8164c4a6c926891c5d47f58ad4c3aa6eec8811 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 4 Nov 2020 14:29:49 +0100 Subject: output: add when field to wlr_output_event_commit Similar to the one already present in wlr_output_event_precommit. --- 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 972343bc..cb742706 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -201,6 +201,7 @@ struct wlr_output_event_precommit { struct wlr_output_event_commit { struct wlr_output *output; uint32_t committed; // bitmask of enum wlr_output_state_field + struct timespec *when; }; enum wlr_output_present_flag { -- cgit v1.2.3