summaryrefslogtreecommitdiffstats
path: root/desktop/hikari/xwayland.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hikari/xwayland.patch')
-rw-r--r--desktop/hikari/xwayland.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/hikari/xwayland.patch b/desktop/hikari/xwayland.patch
new file mode 100644
index 0000000000..68c1941079
--- /dev/null
+++ b/desktop/hikari/xwayland.patch
@@ -0,0 +1,11 @@
+--- hikari-2.3.3/src/xwayland_view.c
++++ hikari-2.3.3_1/src/xwayland_view.c
+@@ -304,6 +304,7 @@
+ struct wlr_xwayland_surface *xwayland_surface = xwayland_view->surface;
+
+ wlr_xwayland_surface_activate(xwayland_surface, active);
++ wlr_xwayland_surface_restack(xwayland_surface, NULL, XCB_STACK_MODE_ABOVE);
+ wlr_xwayland_set_seat(hikari_server.xwayland, hikari_server.seat);
+ }
+
+