diff --git a/src/output.c b/src/output.c index dc441f8f..f154c194 100644 --- a/src/output.c +++ b/src/output.c @@ -63,11 +63,11 @@ output_frame_notify(struct wl_listener *listener, void *data) return; } - if (lab_wlr_scene_output_commit(output->scene_output)) { - struct timespec now = { 0 }; - clock_gettime(CLOCK_MONOTONIC, &now); - wlr_scene_output_send_frame_done(output->scene_output, &now); - } + wlr_scene_output_commit(output->scene_output, NULL); + + struct timespec now = { 0 }; + clock_gettime(CLOCK_MONOTONIC, &now); + wlr_scene_output_send_frame_done(output->scene_output, &now); } static void