Merge remote-tracking branch 'origin/master' into gtk3

This commit is contained in:
Hombre
2017-01-31 00:30:48 +01:00
2 changed files with 0 additions and 5 deletions

View File

@@ -85,11 +85,7 @@ Glib::ustring fname_to_utf8 (const char* fname)
}
// This recursive mutex will be used by gdk_threads_enter/leave instead of a simple mutex
#ifdef WIN32
static Glib::RecMutex myGdkRecMutex;
#else
static Glib::Threads::RecMutex myGdkRecMutex;
#endif
static void myGdkLockEnter()
{