[Wayland] Add support for xdg-toplevel-tag-v1 protocol#18317
[Wayland] Add support for xdg-toplevel-tag-v1 protocol#18317Sunderland93 wants to merge 10 commits intolibretro:masterfrom
Conversation
|
It's a bit of a nitpick but I'd go for something like: xdg_toplevel_tag_manager_v1_set_toplevel_tag(
wl->xdg_toplevel_tag_manager, wl->xdg_toplevel,
WINDOW_TITLE " main window");That way it can be easier to make distinct from the qt companion window if that gets tagged in the future. Maybe renaming |
|
Yes, you're right. According to the protocol, the tag is an additional toplevel identifier, in addition to the |
|
@ColinKinloch are there any other suggestions? |
0e9988e to
bca0b66
Compare
|
@ColinKinloch @LibretroAdmin Are there any comments or objections? |
|
Ping |
ColinKinloch
left a comment
There was a problem hiding this comment.
@LibretroAdmin LGTM
|
@LibretroAdmin ping |
|
Support for this protocol is merged in Wlroots 0.20 too. @LibretroAdmin this PR is reviewed, please merge it |
Implement support for xdg-toplevel-tag-v1 protocol, which is useful for window rules (e.g. in Kwin) or restore window position and size after restart application.