From d33c7ae48db6752e5cec8cb22843350e8cbeb2a6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 7 May 2011 11:11:01 +0000 Subject: [PATCH] Avoid warnings with Gtk+ 2.22 --- include/Desktop/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Desktop/compat.h b/include/Desktop/compat.h index c5e0dd3..1a3c524 100644 --- a/include/Desktop/compat.h +++ b/include/Desktop/compat.h @@ -21,7 +21,7 @@ /* Compatibility */ /* constants */ -# if !GTK_CHECK_VERSION(2, 24, 0) +# if !GTK_CHECK_VERSION(2, 22, 0) # define GDK_KEY_0 GDK_0 # define GDK_KEY_1 GDK_1 # define GDK_KEY_2 GDK_2