mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
presentation_time: Use struct wlr_output_commit
This commit is contained in:
parent
c299c13d13
commit
20050bddbc
2 changed files with 16 additions and 20 deletions
|
|
@ -36,8 +36,6 @@ struct wlr_presentation_feedback {
|
|||
// Only when the wlr_presentation_surface_textured_on_output() or
|
||||
// wlr_presentation_surface_scanned_out_on_output() helper has been called.
|
||||
struct wlr_output *output;
|
||||
bool output_committed;
|
||||
uint32_t output_commit_seq;
|
||||
bool zero_copy;
|
||||
|
||||
struct wl_listener output_commit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue