From ca770995cc98cb0889542b082c1924b24c6d5446 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 10 Nov 2018 15:50:28 +0100 Subject: output: add wlr_output_render_software_cursors Rendering in wlr_output_swap_buffers has unfortunate side-effects. --- rootston/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rootston') diff --git a/rootston/output.c b/rootston/output.c index e5a6b478..9ca55447 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -518,6 +518,7 @@ static void render_output(struct roots_output *output) { &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]); renderer_end: + wlr_output_render_software_cursors(wlr_output, &damage); wlr_renderer_scissor(renderer, NULL); wlr_renderer_end(renderer); -- cgit v1.2.3