mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
output: wlr_scene_output_commit NULL options
This commit is contained in:
parent
b772a00df8
commit
b51a6e950f
1 changed files with 1 additions and 1 deletions
2
output.c
2
output.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue