wayland: implement wp_single_pixel_buffer_manager_v1
This commit is contained in:
parent
d814a8150a
commit
e21a95fb76
7 changed files with 183 additions and 2 deletions
12
wire/wp_single_pixel_buffer_manager_v1.txt
Normal file
12
wire/wp_single_pixel_buffer_manager_v1.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
msg create_u32_rgba_buffer = 1 {
|
||||
id: id(wl_buffer),
|
||||
r: u32,
|
||||
g: u32,
|
||||
b: u32,
|
||||
a: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue