Avoid warnings with Gtk+ 2.22

This commit is contained in:
Pierre Pronchery 2011-05-07 11:11:01 +00:00
parent 5fff613ae8
commit d33c7ae48d

View File

@ -21,7 +21,7 @@
/* Compatibility */ /* Compatibility */
/* constants */ /* constants */
# if !GTK_CHECK_VERSION(2, 24, 0) # if !GTK_CHECK_VERSION(2, 22, 0)
# define GDK_KEY_0 GDK_0 # define GDK_KEY_0 GDK_0
# define GDK_KEY_1 GDK_1 # define GDK_KEY_1 GDK_1
# define GDK_KEY_2 GDK_2 # define GDK_KEY_2 GDK_2