Fix software cursor rendering for tinywl and some examples

This commit is contained in:
Alexander Bakker 2019-01-13 17:22:18 +01:00
parent 8134d5b1e0
commit 776b6ce395
3 changed files with 10 additions and 0 deletions

View file

@ -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);
}