mirror of
https://github.com/labwc/labwc.git
synced 2026-03-09 05:33:53 -04:00
Chase wlroots: add options argument to wlr_scene_output_commit()
Chases: 214df8eda07d18b032abfcf525c8344e077c0c7e scene_output: optionally record and report timings
This commit is contained in:
parent
9c5266ac76
commit
277f417d8b
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ output_frame_notify(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);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = 18bafbfc57039e16d1dabd78b882b3d6477f76b5
|
revision = 214df8eda07d18b032abfcf525c8344e077c0c7e
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots
|
dependency_names = wlroots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue