mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
output_event_commit: Remove committed and buffer
The newly introduced state struct can be used to retrieve this.
This commit is contained in:
parent
03e240a7f2
commit
5fb0007e02
8 changed files with 12 additions and 15 deletions
|
|
@ -224,9 +224,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;
|
||||
struct wlr_buffer *buffer; // NULL if no buffer is committed
|
||||
const struct wlr_output_state *state;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue