diff options
Diffstat (limited to 'src/gs-grab-x11.c')
-rw-r--r-- | src/gs-grab-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |