mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
output: add presentation refresh prediction
This commit is contained in:
parent
abd3e995ab
commit
eac7c2ad2f
9 changed files with 47 additions and 23 deletions
|
|
@ -106,7 +106,7 @@ static bool output_swap_buffers(struct wlr_output *wlr_output,
|
|||
return false;
|
||||
}
|
||||
|
||||
wlr_output_send_present(wlr_output, NULL, 0, 0);
|
||||
wlr_output_send_present(wlr_output, NULL);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue