mirror of
https://github.com/swaywm/sway.git
synced 2024-12-30 17:06:40 +01:00
Render software cursors with wlr_output_render_software_cursors
This commit is contained in:
parent
80a1c340a9
commit
528f129c98
1 changed files with 1 additions and 0 deletions
|
@ -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