mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: add wlr_output_event_commit.buffer
This allows output commit listeners to access the newly committed buffer. Currently wlr_output.front_buffer is used but it'll get removed in the next commit.
This commit is contained in:
parent
7201aae3d6
commit
f016eca97c
2 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ struct wlr_output_event_commit {
|
|||
struct wlr_output *output;
|
||||
uint32_t committed; // bitmask of enum wlr_output_state_field
|
||||
struct timespec *when;
|
||||
struct wlr_buffer *buffer; // NULL if no buffer is committed
|
||||
};
|
||||
|
||||
enum wlr_output_present_flag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue