From e29a0df8c14fdc5038e64de4a1ad08a7de8fd7fc Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 19 Jan 2018 14:08:47 +0100 Subject: output: fix software cursors damage tracking --- examples/output-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/output-layout.c') diff --git a/examples/output-layout.c b/examples/output-layout.c index 35ed22a8..825e97d1 100644 --- a/examples/output-layout.c +++ b/examples/output-layout.c @@ -125,7 +125,7 @@ static void handle_output_frame(struct output_state *output, } wlr_renderer_end(sample->renderer); - wlr_output_swap_buffers(wlr_output); + wlr_output_swap_buffers(wlr_output, NULL, NULL); } static void handle_output_add(struct output_state *ostate) { -- cgit v1.2.3