Render software cursors with wlr_output_render_software_cursors

This commit is contained in:
emersion 2018-11-10 19:22:32 +01:00
parent 80a1c340a9
commit 528f129c98
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

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;