wlroots/include/wlr/xwayland
Simon Ser af34aaad53 xwayland: handle unset _NET_WM_NAME
The spec says [1]:

> If set, the Window Manager should use this in preference to WM_NAME.

However we overwrite WM_NAME with NULL when _NET_WM_NAME is unset.
Fix this by storing both WM_NAME and _NET_WM_NAME, so that we
handle properly all combinations of events (e.g. a client setting
both and later clearing one).

[1]: https://specifications.freedesktop.org/wm-spec/1.3/ar01s05.html#id-1.6.2
2025-05-15 10:23:01 +02:00
..
server.h Make all listeners private 2024-10-28 18:07:02 +00:00
shell.h Use WLR_PRIVATE for private fields 2024-10-25 07:51:51 +03:00
xwayland.h xwayland: handle unset _NET_WM_NAME 2025-05-15 10:23:01 +02:00