Kaydet (Commit) 14f6de30 authored tarafından Michael Meeks's avatar Michael Meeks

gtk3: add run-time check for gtk >= 3.2.0

üst 6de32a1a
...@@ -153,7 +153,7 @@ extern "C" ...@@ -153,7 +153,7 @@ extern "C"
XInitThreads(); XInitThreads();
#if GTK_CHECK_VERSION(3,0,0) #if GTK_CHECK_VERSION(3,0,0)
const gchar* pVersion = gtk_check_version( 3, 0, 0 ); const gchar* pVersion = gtk_check_version( 3, 2, 0 );
#else #else
const gchar* pVersion = gtk_check_version( 2, 2, 0 ); const gchar* pVersion = gtk_check_version( 2, 2, 0 );
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment