sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 528f129c988affe68d51fc34265afb0613c4df6e
parent 80a1c340a9c8c8aac5fe4dd7bc1dc15b43fce0dc
Author: emersion <contact@emersion.fr>
Date:   Sat, 10 Nov 2018 19:22:32 +0100

Render software cursors with wlr_output_render_software_cursors

Diffstat:
Msway/desktop/render.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/desktop/render.c b/sway/desktop/render.c @@ -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;