output: wlr_scene_output_commit NULL options

This commit is contained in:
Kenny Levinsen 2023-09-30 13:39:36 +02:00 committed by Simon Ser
parent b772a00df8
commit b51a6e950f

View file

@ -169,7 +169,7 @@ handle_output_frame(struct wl_listener *listener, void *data)
return;
}
wlr_scene_output_commit(output->scene_output);
wlr_scene_output_commit(output->scene_output, NULL);
struct timespec now = {0};
clock_gettime(CLOCK_MONOTONIC, &now);