diff options
author | emersion <contact@emersion.fr> | 2018-01-19 14:08:47 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-19 14:08:47 +0100 |
commit | e29a0df8c14fdc5038e64de4a1ad08a7de8fd7fc (patch) | |
tree | c5e548301ffa56659153f7e4f3d4e3426f581d82 /examples/pointer.c | |
parent | b296481007f79481a90a82f3dee3aead2883d00c (diff) |
output: fix software cursors damage tracking
Diffstat (limited to 'examples/pointer.c')
-rw-r--r-- | examples/pointer.c | 2 |
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) { |