hikari: add xwayland restacking patch, adopt

This commit is contained in:
yosh 2023-10-03 00:02:35 -04:00 committed by Andrew J. Hesford
parent 01fe9b4d31
commit 8303f91ede
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,10 @@
--- a/src/xwayland_view.c 2023-10-02 23:25:53.794255011 -0400
+++ b/src/xwayland_view.c 2023-10-02 23:26:17.173265450 -0400
@@ -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);
}

View file

@ -1,7 +1,7 @@
# Template file for 'hikari'
pkgname=hikari
version=2.3.3
revision=2
revision=3
build_style=gnu-makefile
make_cmd=bmake
make_use_env=yes
@ -11,7 +11,7 @@ make_install_args="ETC_PREFIX= WITHOUT_SUID=YES"
hostmakedepends="bmake pkg-config wayland-devel"
makedepends="wlroots0.15-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
short_desc="Stacking Wayland compositor with tiling features"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
maintainer="yosh <yosh-git@riseup.net>"
license="BSD-2-Clause"
homepage="https://hikari.acmelabs.space"
changelog="https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md"