autocommit 2022-02-06 16:33:54 CET
This commit is contained in:
parent
c92346324b
commit
dc2cb71012
104 changed files with 2563 additions and 4617 deletions
37
wire/zwp_linux_buffer_params_v1.txt
Normal file
37
wire/zwp_linux_buffer_params_v1.txt
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
msg add = 1 {
|
||||
fd: fd,
|
||||
plane_idx: u32,
|
||||
offset: u32,
|
||||
stride: u32,
|
||||
modifier_hi: u32,
|
||||
modifier_lo: u32,
|
||||
}
|
||||
|
||||
msg create = 2 {
|
||||
width: i32,
|
||||
height: i32,
|
||||
format: u32,
|
||||
flags: u32,
|
||||
}
|
||||
|
||||
msg create_immed = 3 {
|
||||
buffer_id: id(wl_buffer),
|
||||
width: i32,
|
||||
height: i32,
|
||||
format: u32,
|
||||
flags: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg created = 0 {
|
||||
buffer: id(wl_buffer),
|
||||
}
|
||||
|
||||
msg failed = 1 {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue