xwayland: support _NET_WM_ICON

This commit is contained in:
tokyo4j 2025-05-25 20:14:22 +09:00
parent db7c72ef39
commit 879a696a33
5 changed files with 17 additions and 120 deletions

View file

@ -51,6 +51,7 @@ struct xwayland_view {
struct wl_listener set_override_redirect;
struct wl_listener set_strut_partial;
struct wl_listener set_window_type;
struct wl_listener set_icon;
struct wl_listener focus_in;
struct wl_listener map_request;