wayland: implement fifo-v1
This commit is contained in:
parent
d8e0375c48
commit
fe7175fab2
19 changed files with 416 additions and 23 deletions
8
wire/wp_fifo_manager_v1.txt
Normal file
8
wire/wp_fifo_manager_v1.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request get_fifo {
|
||||
id: id(wp_fifo_v1),
|
||||
surface: id(wl_surface),
|
||||
}
|
||||
11
wire/wp_fifo_v1.txt
Normal file
11
wire/wp_fifo_v1.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
request set_barrier {
|
||||
|
||||
}
|
||||
|
||||
request wait_barrier {
|
||||
|
||||
}
|
||||
|
||||
request destroy {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue