aboutsummaryrefslogtreecommitdiff
path: root/examples/multi-pointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multi-pointer.c')
-rw-r--r--examples/multi-pointer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/multi-pointer.c b/examples/multi-pointer.c
index 49670c39..a007f712 100644
--- a/examples/multi-pointer.c
+++ b/examples/multi-pointer.c
@@ -100,6 +100,7 @@ void output_frame_notify(struct wl_listener *listener, void *data) {
sample->clear_color[2], sample->clear_color[3]);
glClear(GL_COLOR_BUFFER_BIT);
+ wlr_output_render_software_cursors(wlr_output, NULL);
wlr_output_swap_buffers(wlr_output, NULL, NULL);
}