mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-27 01:41:02 -05: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;
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue