Merge pull request #3102 from emersion/render-software-cursors

Render software cursors with wlr_output_render_software_cursors
This commit is contained in:
Drew DeVault 2018-11-13 14:59:48 -05:00 committed by GitHub
commit 47cca240e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@ renderer_end:
}
wlr_renderer_scissor(renderer, NULL);
wlr_output_render_software_cursors(wlr_output, damage);
wlr_renderer_end(renderer);
if (!wlr_output_damage_swap_buffers(output->damage, when, damage)) {
return;