wayland: implement ext-foreign-toplevel-list-v1
This commit is contained in:
parent
ccacdda03e
commit
3f7b1ddd49
15 changed files with 434 additions and 8 deletions
24
wire/ext_foreign_toplevel_handle_v1.txt
Normal file
24
wire/ext_foreign_toplevel_handle_v1.txt
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg closed = 0 {
|
||||
}
|
||||
|
||||
msg done = 1 {
|
||||
}
|
||||
|
||||
msg title = 2 {
|
||||
title: str,
|
||||
}
|
||||
|
||||
msg app_id = 3 {
|
||||
app_id: str,
|
||||
}
|
||||
|
||||
msg identifier = 4 {
|
||||
identifier: str,
|
||||
}
|
||||
16
wire/ext_foreign_toplevel_list_v1.txt
Normal file
16
wire/ext_foreign_toplevel_list_v1.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# requests
|
||||
|
||||
msg stop = 0 {
|
||||
}
|
||||
|
||||
msg destroy = 1 {
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg toplevel = 0 {
|
||||
toplevel: id(ext_foreign_toplevel_handle_v1),
|
||||
}
|
||||
|
||||
msg finished = 1 {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue