mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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;
|
||||
}
|
||||
|
||||
wlr_scene_output_commit(output->scene_output);
|
||||
wlr_scene_output_commit(output->scene_output, NULL);
|
||||
|
||||
struct timespec now = { 0 };
|
||||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
revision = 18bafbfc57039e16d1dabd78b882b3d6477f76b5
|
||||
revision = 214df8eda07d18b032abfcf525c8344e077c0c7e
|
||||
|
||||
[provide]
|
||||
dependency_names = wlroots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue