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/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/simple.c') diff --git a/examples/simple.c b/examples/simple.c index 95c056c8..f788618d 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -40,7 +40,7 @@ void handle_output_frame(struct output_state *output, struct timespec *ts) { glClearColor(sample->color[0], sample->color[1], sample->color[2], 1.0); glClear(GL_COLOR_BUFFER_BIT); - wlr_output_swap_buffers(output->output); + wlr_output_swap_buffers(output->output, NULL, NULL); } int main() { -- cgit v1.2.3