mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hikari: add xwayland restacking patch, adopt
This commit is contained in:
parent
01fe9b4d31
commit
8303f91ede
2 changed files with 12 additions and 2 deletions
10
srcpkgs/hikari/patches/restack_xwayland_windows.patch
Normal file
10
srcpkgs/hikari/patches/restack_xwayland_windows.patch
Normal 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);
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hikari'
|
# Template file for 'hikari'
|
||||||
pkgname=hikari
|
pkgname=hikari
|
||||||
version=2.3.3
|
version=2.3.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd=bmake
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -11,7 +11,7 @@ make_install_args="ETC_PREFIX= WITHOUT_SUID=YES"
|
||||||
hostmakedepends="bmake pkg-config wayland-devel"
|
hostmakedepends="bmake pkg-config wayland-devel"
|
||||||
makedepends="wlroots0.15-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
|
makedepends="wlroots0.15-devel pango-devel cairo-devel pam-devel glib-devel libucl-devel"
|
||||||
short_desc="Stacking Wayland compositor with tiling features"
|
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"
|
license="BSD-2-Clause"
|
||||||
homepage="https://hikari.acmelabs.space"
|
homepage="https://hikari.acmelabs.space"
|
||||||
changelog="https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md"
|
changelog="https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue