mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: add when field to wlr_output_event_commit
Similar to the one already present in wlr_output_event_precommit.
This commit is contained in:
parent
ccd313e01a
commit
8c8164c4a6
2 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,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;
|
||||
};
|
||||
|
||||
enum wlr_output_present_flag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue