1
0
Fork 0
forked from wry/wry

wayland: implement commit-timing-v1

This commit is contained in:
Julian Orth 2024-09-26 16:18:17 +02:00
parent d45aaffdb3
commit fac5445f2e
19 changed files with 434 additions and 15 deletions

View file

@ -0,0 +1,9 @@
request set_timestamp {
tv_sec_hi: u32,
tv_sec_lo: u32,
tv_nsec: u32,
}
request destroy {
}

View file

@ -0,0 +1,8 @@
request destroy {
}
request get_timer {
id: id(wp_commit_timer_v1),
surface: id(wl_surface),
}