xwayland: honor client request for always-on-top

This commit is contained in:
John Lindgren 2026-02-28 16:33:08 -05:00 committed by Consolatis
parent 13200cc0d7
commit 079b3b8a10
2 changed files with 16 additions and 0 deletions

View file

@ -44,6 +44,7 @@ struct xwayland_view {
/* Events unique to XWayland views */
struct wl_listener associate;
struct wl_listener dissociate;
struct wl_listener request_above;
struct wl_listener request_activate;
struct wl_listener request_configure;
struct wl_listener set_class;