output: wlr_scene_output_commit NULL options

This commit is contained in:
Kenny Levinsen 2023-09-30 13:39:36 +02:00
parent fd22dfeebc
commit 71d7a801e5

View file

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