logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0002-no_CSD_in_wayland.patch (450B)


  1. diff --git a/./gdk/wayland/gdkscreen-wayland.c.old b/./gdk/wayland/gdkscreen-wayland.c
  2. index e777bbe..1bb74e3 100644
  3. --- a/./gdk/wayland/gdkscreen-wayland.c.old
  4. +++ b/./gdk/wayland/gdkscreen-wayland.c
  5. @@ -990,7 +990,7 @@ gdk_wayland_screen_get_setting (GdkScreen *screen,
  6. if (strcmp (name, "gtk-dialogs-use-header") == 0)
  7. {
  8. - g_value_set_boolean (value, TRUE);
  9. + g_value_set_boolean (value, FALSE);
  10. return TRUE;
  11. }