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
28
wire/zwp_linux_dmabuf_v1.txt
Normal file
28
wire/zwp_linux_dmabuf_v1.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
msg create_params = 1 {
|
||||
params_id: id(zwp_linux_buffer_params_v1),
|
||||
}
|
||||
|
||||
msg get_default_feedback = 2 {
|
||||
id: id(zwp_linux_dmabuf_feedback_v1),
|
||||
}
|
||||
|
||||
msg get_surface_feedback = 3 {
|
||||
id: id(zwp_linux_dmabuf_feedback_v1),
|
||||
surface: id(wl_surface),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg format = 0 {
|
||||
format: u32,
|
||||
}
|
||||
|
||||
msg modifier = 1 {
|
||||
format: u32,
|
||||
modifier_hi: u32,
|
||||
modifier_lo: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue