wayland: implement xdg-toplevel-tag-v1
This commit is contained in:
parent
624424b297
commit
18bec86499
6 changed files with 122 additions and 0 deletions
13
wire/xdg_toplevel_tag_manager_v1.txt
Normal file
13
wire/xdg_toplevel_tag_manager_v1.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request set_toplevel_tag {
|
||||
toplevel: id(xdg_toplevel),
|
||||
tag: str,
|
||||
}
|
||||
|
||||
request set_toplevel_description {
|
||||
toplevel: id(xdg_toplevel),
|
||||
description: str,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue