mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
gtk+3: fix issue 2572
This commit is contained in:
parent
c4eebcb417
commit
4a55023383
2 changed files with 14 additions and 1 deletions
13
srcpkgs/gtk+3/patches/fix-issue-2572.patch
Normal file
13
srcpkgs/gtk+3/patches/fix-issue-2572.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
|
||||
index eba8361b21..5f39c5771c 100644
|
||||
--- gdk/wayland/gdkwindow-wayland.c
|
||||
+++ gdk/wayland/gdkwindow-wayland.c
|
||||
@@ -1087,6 +1087,8 @@ needs_initial_configure (GdkWindow *window)
|
||||
|
||||
if (impl->display_server.wl_subsurface)
|
||||
return FALSE;
|
||||
+ else if (impl->use_custom_surface)
|
||||
+ return FALSE;
|
||||
else if (is_realized_toplevel (window))
|
||||
return TRUE;
|
||||
else if (is_realized_popup (window))
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gtk+3'
|
||||
pkgname=gtk+3
|
||||
version=3.24.17
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
|
|
Loading…
Add table
Reference in a new issue