1
0
Fork 0
forked from wry/wry

wayland: implement xdg-toplevel-tag-v1

This commit is contained in:
Julian Orth 2025-04-22 17:56:32 +02:00
parent 624424b297
commit 18bec86499
6 changed files with 122 additions and 0 deletions

View 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,
}