desktop/xwayland: restack surface upon activation

This commit updates Sway for swaywm/wlroots#2915.
This commit is contained in:
Tudor Brindus 2021-08-28 15:52:01 -04:00 committed by Simon Ser
parent 1ea5f015f5
commit daaec72ac0
1 changed files with 1 additions and 0 deletions

View File

@ -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) {