From 15d98b9835333ba174687b4ec58eae7bcc7d94e2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 2 Oct 2016 07:48:32 +0200 Subject: GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK fixes https://github.com/mate-desktop/mate-screensaver/issues/104 --- src/gs-grab-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gs-grab-x11.c b/src/gs-grab-x11.c index 2133e6d..6f1a58f 100644 --- a/src/gs-grab-x11.c +++ b/src/gs-grab-x11.c @@ -73,7 +73,7 @@ grab_string (int status) return "GrabNotViewable"; case GDK_GRAB_FROZEN: return "GrabFrozen"; -#if GTK_CHECK_VERSION (3, 0, 0) +#if GTK_CHECK_VERSION (3, 16, 0) case GDK_GRAB_FAILED: return "GrabFailed"; #endif -- cgit v1.2.1