mirror of
https://github.com/swaywm/sway.git
synced 2025-02-18 07:14:34 +00:00
Render software cursors with wlr_output_render_software_cursors
This commit is contained in:
parent
80a1c340a9
commit
528f129c98
|
@ -1019,6 +1019,7 @@ renderer_end:
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_renderer_scissor(renderer, NULL);
|
wlr_renderer_scissor(renderer, NULL);
|
||||||
|
wlr_output_render_software_cursors(wlr_output, damage);
|
||||||
wlr_renderer_end(renderer);
|
wlr_renderer_end(renderer);
|
||||||
if (!wlr_output_damage_swap_buffers(output->damage, when, damage)) {
|
if (!wlr_output_damage_swap_buffers(output->damage, when, damage)) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue