mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
desktop/xwayland: restack surface upon activation
This commit updates Sway for swaywm/wlroots#2915.
This commit is contained in:
parent
1ea5f015f5
commit
daaec72ac0
@ -254,6 +254,7 @@ static void set_activated(struct sway_view *view, bool activated) {
|
||||
}
|
||||
|
||||
wlr_xwayland_surface_activate(surface, activated);
|
||||
wlr_xwayland_surface_restack(surface, NULL, XCB_STACK_MODE_ABOVE);
|
||||
}
|
||||
|
||||
static void set_tiled(struct sway_view *view, bool tiled) {
|
||||
|
Loading…
Reference in New Issue
Block a user