implement zwlr_foreign_toplevel_management protocol (#452)
* implement zwlr_foreign_toplevel_management protocol * check if initial id is empty
This commit is contained in:
parent
3be8534683
commit
0930f00356
18 changed files with 636 additions and 24 deletions
15
wire/zwlr_foreign_toplevel_manager_v1.txt
Normal file
15
wire/zwlr_foreign_toplevel_manager_v1.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# requests
|
||||
|
||||
request stop {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event toplevel {
|
||||
toplevel: id(zwlr_foreign_toplevel_handle_v1)
|
||||
}
|
||||
|
||||
event finished {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue