aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-19 14:08:47 +0100
committeremersion <contact@emersion.fr>2018-01-19 14:08:47 +0100
commite29a0df8c14fdc5038e64de4a1ad08a7de8fd7fc (patch)
treec5e548301ffa56659153f7e4f3d4e3426f581d82 /examples/pointer.c
parentb296481007f79481a90a82f3dee3aead2883d00c (diff)
output: fix software cursors damage tracking
Diffstat (limited to 'examples/pointer.c')
-rw-r--r--examples/pointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pointer.c b/examples/pointer.c
index 9894e311..8b0993e5 100644
--- a/examples/pointer.c
+++ b/examples/pointer.c
@@ -91,7 +91,7 @@ static void handle_output_frame(struct output_state *output,
sample->clear_color[2], sample->clear_color[3]);
glClear(GL_COLOR_BUFFER_BIT);
- wlr_output_swap_buffers(wlr_output);
+ wlr_output_swap_buffers(wlr_output, NULL, NULL);
}
static void handle_output_add(struct output_state *ostate) {