mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
output: add wlr_output_event_precommit.state
This commit is contained in:
parent
c4253fef9c
commit
b21c26a1c9
4 changed files with 13 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue