mirror of
https://github.com/labwc/labwc.git
synced 2026-03-17 05:33:47 -04:00
xwayland: honor client request for always-on-top
This commit is contained in:
parent
13200cc0d7
commit
079b3b8a10
2 changed files with 16 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue