mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: fix software cursors damage tracking
This commit is contained in:
parent
b296481007
commit
e29a0df8c1
10 changed files with 74 additions and 33 deletions
|
|
@ -374,7 +374,7 @@ static void render_output(struct roots_output *output) {
|
|||
renderer_end:
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
wlr_renderer_end(server->renderer);
|
||||
wlr_output_swap_buffers(wlr_output);
|
||||
wlr_output_swap_buffers(wlr_output, &now, &damage);
|
||||
output->frame_scheduled = true;
|
||||
pixman_region32_copy(&output->previous_damage, &output->damage);
|
||||
pixman_region32_clear(&output->damage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue