1
0
Fork 0
forked from wry/wry

wayland: implement wp_content_type_manager_v1

This commit is contained in:
Julian Orth 2024-02-08 15:15:41 +01:00
parent 2ac3d09c0b
commit d5d141d42d
7 changed files with 229 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# requests
msg destroy = 0 {
}
msg get_surface_content_type = 1 {
id: id(wp_content_type_v1),
surface: id(wl_surface),
}

View file

@ -0,0 +1,8 @@
# requests
msg destroy = 0 {
}
msg set_content_type = 1 {
content_type: u32,
}