mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
wlr_output: Add applied state to commit event
This commit is contained in:
parent
0b15b4a6ae
commit
03e240a7f2
2 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ struct wlr_output_event_commit {
|
|||
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;
|
||||
};
|
||||
|
||||
enum wlr_output_present_flag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue