Skip to content

Commit

Permalink
for #438, #424 - win 10 disable osd in gtk3 and our hacks around it
Browse files Browse the repository at this point in the history
* depends on a gtk3 patch
  • Loading branch information
Cecil committed May 15, 2019
1 parent 8dd642a commit 3780524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shoes/native/gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3780524

Please sign in to comment.