From 5fb0007e0249388792f3772c30bfabf8d551dec0 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Thu, 24 Aug 2023 18:12:27 -0400 Subject: output_event_commit: Remove committed and buffer The newly introduced state struct can be used to retrieve this. --- include/wlr/types/wlr_output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 4b5f29b1..7b57042c 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -224,9 +224,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; - struct wlr_buffer *buffer; // NULL if no buffer is committed const struct wlr_output_state *state; }; -- cgit v1.2.3