mirror of
https://github.com/swaywm/sway.git
synced 2026-02-05 04:06:25 -05:00
Disable Xwayland restacking for toplevel capture scenes
The main scene should drive Xwayland restacking. References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5108
This commit is contained in:
parent
c09d0f1d4a
commit
8224d5fcf8
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ bool view_init(struct sway_view *view, enum sway_view_type type,
|
||||||
if (view->image_capture_scene == NULL) {
|
if (view->image_capture_scene == NULL) {
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
view->image_capture_scene->restack_xwayland_surfaces = false;
|
||||||
|
|
||||||
view->type = type;
|
view->type = type;
|
||||||
view->impl = impl;
|
view->impl = impl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue