]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Chase wlroots: add options argument to wlr_scene_output_commit()
authorJohn Lindgren <john@jlindgren.net>
Mon, 17 Jul 2023 06:03:33 +0000 (02:03 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 27 Nov 2023 21:01:53 +0000 (21:01 +0000)
Chases: 214df8eda07d18b032abfcf525c8344e077c0c7e
scene_output: optionally record and report timings

src/output.c
subprojects/wlroots.wrap

index 7e9e5121376618c63fa12cf78eff8e45692ce52a..4b2e6c90de629e900de141de9fd21ec151e75911 100644 (file)
@@ -32,7 +32,7 @@ output_frame_notify(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);
index d1369b8172375b8042f96c55aeda6b4deb479656..76db1685f0097c03dbf02287a3b88d834a526b9e 100644 (file)
@@ -1,6 +1,6 @@
 [wrap-git]
 url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = 18bafbfc57039e16d1dabd78b882b3d6477f76b5
+revision = 214df8eda07d18b032abfcf525c8344e077c0c7e
 
 [provide]
 dependency_names = wlroots