autocommit 2022-04-27 20:37:49 CEST
This commit is contained in:
parent
57899b3f35
commit
324eb835bb
24 changed files with 478 additions and 68 deletions
15
wire/wp_presentation.txt
Normal file
15
wire/wp_presentation.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
msg feedback = 1 {
|
||||
surface: id(wl_surface),
|
||||
callback: id(wp_presentation_feedback),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg clock_id = 0 {
|
||||
clk_id: u32,
|
||||
}
|
||||
19
wire/wp_presentation_feedback.txt
Normal file
19
wire/wp_presentation_feedback.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# events
|
||||
|
||||
msg sync_output = 0 {
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
msg presented = 1 {
|
||||
tv_sec_hi : u32,
|
||||
tv_sec_lo : u32,
|
||||
tv_nsec : u32,
|
||||
refresh : u32,
|
||||
seq_hi : u32,
|
||||
seq_lo : u32,
|
||||
flags : u32,
|
||||
}
|
||||
|
||||
msg discarded = 2 {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue