mirror of
https://github.com/labwc/labwc.git
synced 2026-03-17 05:33:47 -04:00
xwayland: sync always-on-top to X11
This commit is contained in:
parent
3b6fe26301
commit
17d6c29037
2 changed files with 20 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ struct xwayland_view {
|
|||
/* Not (yet) implemented */
|
||||
/* struct wl_listener set_role; */
|
||||
/* struct wl_listener set_hints; */
|
||||
|
||||
/* Events coming in from the view itself */
|
||||
struct {
|
||||
struct wl_listener always_on_top;
|
||||
} on_view;
|
||||
|
||||
};
|
||||
|
||||
void xwayland_unmanaged_create(struct server *server,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue