From 214df8eda07d18b032abfcf525c8344e077c0c7e Mon Sep 17 00:00:00 2001 From: Rose Hudson Date: Thu, 8 Jun 2023 10:42:25 +0100 Subject: scene_output: optionally record and report timings --- tinywl/tinywl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinywl') diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 8324c500..61c08928 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -559,7 +559,7 @@ static void output_frame(struct wl_listener *listener, void *data) { scene, output->wlr_output); /* Render the scene if needed and commit the output */ - wlr_scene_output_commit(scene_output); + wlr_scene_output_commit(scene_output, NULL); struct timespec now; clock_gettime(CLOCK_MONOTONIC, &now); -- cgit v1.2.3