mirror of
https://github.com/swaywm/sway.git
synced 2024-11-12 19:23:18 +00:00
xwayland: Let scene restack
This commit is contained in:
parent
32e5e5232d
commit
951a22c244
|
@ -289,9 +289,6 @@ static void set_activated(struct sway_view *view, bool activated) {
|
||||||
}
|
}
|
||||||
|
|
||||||
wlr_xwayland_surface_activate(surface, activated);
|
wlr_xwayland_surface_activate(surface, activated);
|
||||||
if (activated) {
|
|
||||||
wlr_xwayland_surface_restack(surface, NULL, XCB_STACK_MODE_ABOVE);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void set_tiled(struct sway_view *view, bool tiled) {
|
static void set_tiled(struct sway_view *view, bool tiled) {
|
||||||
|
|
Loading…
Reference in a new issue