logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git
commit: 6b04ef717345370ad02805a78e7bf2c53d4b0fe7
parent c46d755909b8f5cb366ef1b9bf20647eca3724bc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  3 Jan 2021 05:32:59 +0100

patches/x11-libs/gtk+/0002-no_CSD_in_wayland.patch

Diffstat:

Apatches/x11-libs/gtk+/0002-no_CSD_in_wayland.patch13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/patches/x11-libs/gtk+/0002-no_CSD_in_wayland.patch b/patches/x11-libs/gtk+/0002-no_CSD_in_wayland.patch @@ -0,0 +1,13 @@ +diff --git a/./gdk/wayland/gdkscreen-wayland.c.old b/./gdk/wayland/gdkscreen-wayland.c +index e777bbe..1bb74e3 100644 +--- a/./gdk/wayland/gdkscreen-wayland.c.old ++++ b/./gdk/wayland/gdkscreen-wayland.c +@@ -990,7 +990,7 @@ gdk_wayland_screen_get_setting (GdkScreen *screen, + + if (strcmp (name, "gtk-dialogs-use-header") == 0) + { +- g_value_set_boolean (value, TRUE); ++ g_value_set_boolean (value, FALSE); + return TRUE; + } +