1
0
Fork 0
forked from wry/wry

wayland: implement wp_single_pixel_buffer_manager_v1

This commit is contained in:
Julian Orth 2024-02-06 14:39:55 +01:00
parent d814a8150a
commit e21a95fb76
7 changed files with 183 additions and 2 deletions

View 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,
}