output_event_commit: Remove committed and buffer

The newly introduced state struct can be used to retrieve this.
This commit is contained in:
Alexander Orzechowski 2023-08-24 18:12:27 -04:00 committed by Leo Li
parent b8196df34d
commit 772b292560
8 changed files with 12 additions and 15 deletions

View file

@ -218,9 +218,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;
};