wayland: implement wp_content_type_manager_v1
This commit is contained in:
parent
2ac3d09c0b
commit
d5d141d42d
7 changed files with 229 additions and 0 deletions
9
wire/wp_content_type_manager_v1.txt
Normal file
9
wire/wp_content_type_manager_v1.txt
Normal 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),
|
||||
}
|
||||
8
wire/wp_content_type_v1.txt
Normal file
8
wire/wp_content_type_v1.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
msg set_content_type = 1 {
|
||||
content_type: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue