From 3780524cb579d9dd91dc19b03c6ee1ed8dc70d29 Mon Sep 17 00:00:00 2001 From: Cecil Date: Wed, 15 May 2019 14:19:34 -0600 Subject: [PATCH] for #438, #424 - win 10 disable osd in gtk3 and our hacks around it * depends on a gtk3 patch --- shoes/native/gtk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shoes/native/gtk.c b/shoes/native/gtk.c index bc9e22e5..2bd33cbb 100644 --- a/shoes/native/gtk.c +++ b/shoes/native/gtk.c @@ -365,8 +365,8 @@ void shoes_native_init() { #ifdef SHOES_GTK_WIN32 gdk_set_allowed_backends("win32,x11"); // TODO: believe it or not - Gtk3.22.7 has a bug? on win10 - if (shoes_win10_gtk3_22_check()) - shoes_gtk_backend = shoes_gtk_backend | WAYLAND; + //if (shoes_win10_gtk3_22_check()) + //shoes_gtk_backend = shoes_gtk_backend | WAYLAND; #endif #ifdef SHOES_QUARTZ gdk_set_allowed_backends("quartz,x11");