From f5784fc4e5a3cfbf9443f9310738f3d1eeecd5ff Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 31 Aug 2015 17:38:30 +0300 Subject: check for GTK+ release, not pre-release --- src/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ui.c b/src/ui/ui.c index bbef9395..6de4de1c 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -58,7 +58,7 @@ void meta_ui_init(int* argc, char*** argv) * GDK will no longer generate the core XEvents we process. * So at least for now, enforce the previous behavior. */ -#if GTK_CHECK_VERSION(2, 91, 7) +#if GTK_CHECK_VERSION(3, 0, 0) gdk_disable_multidevice (); #endif -- cgit v1.2.1