diff options
author | Simon Ser <contact@emersion.fr> | 2022-05-24 20:41:22 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-05-30 11:34:57 +0200 |
commit | b21c26a1c9b5f035eb69ede201980c82c256dabc (patch) | |
tree | 8fde9c3fbdd4f9a4939ea4284171f9e82163fa23 /include | |
parent | c4253fef9c1197a4f1228022ca528f38b23b5519 (diff) |
output: add wlr_output_event_precommit.state
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |