output: add wlr_output_event_precommit.state

This commit is contained in:
Simon Ser 2022-05-24 20:41:22 +02:00
parent c4253fef9c
commit b21c26a1c9
4 changed files with 13 additions and 6 deletions

View file

@ -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 {