summarylogtreecommitdiffstats
path: root/0001_xwayland.patch
blob: 68c1941079aab4b13709df80a686287767c0827f (plain)
1
2
3
4
5
6
7
8
9
10
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);
 }