mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
output, cursor: explicit sync for cursor surfaces
This commit is contained in:
parent
4a9692013d
commit
4050d4977d
5 changed files with 56 additions and 11 deletions
|
|
@ -2581,7 +2581,8 @@ bool wlr_scene_output_build_state(struct wlr_scene_output *scene_output,
|
|||
}
|
||||
}
|
||||
|
||||
wlr_output_add_software_cursors_to_render_pass(output, render_pass, &render_data.damage);
|
||||
wlr_output_add_software_cursors_to_render_pass(output, render_pass,
|
||||
&render_data.damage, scene_output->in_timeline, scene_output->in_point);
|
||||
pixman_region32_fini(&render_data.damage);
|
||||
|
||||
if (!wlr_render_pass_submit(render_pass)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue