1
0
Fork 0
forked from wry/wry

wayland: implement wl_shm v2

This commit is contained in:
Julian Orth 2024-02-06 10:56:15 +01:00
parent 8bac01ca70
commit 3d51969726
2 changed files with 12 additions and 2 deletions

View file

@ -6,6 +6,9 @@ msg create_pool = 0 {
size: i32,
}
msg release = 1 {
}
# events
msg format = 0 {