mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-17 14:32:59 -04:00
Merge branch 'esync_cursor' into 'master'
Draft: cursor: explicit sync without `signal_release_with_buffer` See merge request wlroots/wlroots!5302
This commit is contained in:
commit
3343731a9b
5 changed files with 56 additions and 11 deletions
|
|
@ -2576,7 +2576,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