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
18
wire/wl_shm_pool.txt
Normal file
18
wire/wl_shm_pool.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# requests
|
||||
|
||||
msg create_buffer = 0 {
|
||||
id: id(wl_buffer),
|
||||
offset: i32,
|
||||
width: i32,
|
||||
height: i32,
|
||||
stride: i32,
|
||||
format: u32,
|
||||
}
|
||||
|
||||
msg destroy = 1 {
|
||||
|
||||
}
|
||||
|
||||
msg resize = 2 {
|
||||
size: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue