mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
scene_output: optionally record and report timings
This commit is contained in:
parent
f4eaab12a0
commit
214df8eda0
4 changed files with 73 additions and 8 deletions
|
|
@ -57,7 +57,7 @@ struct output {
|
|||
static void output_handle_frame(struct wl_listener *listener, void *data) {
|
||||
struct output *output = wl_container_of(listener, output, frame);
|
||||
|
||||
if (!wlr_scene_output_commit(output->scene_output)) {
|
||||
if (!wlr_scene_output_commit(output->scene_output, NULL)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue