Avoid warnings on Gtk+ >= 2.24

This commit is contained in:
Pierre Pronchery 2011-04-16 21:24:00 +00:00
parent d3ff2134bc
commit ed08668f75

View File

@ -21,7 +21,7 @@
/* Compatibility */
/* constants */
# if !GTK_CHECK_VERSION(3, 0, 0)
# if !GTK_CHECK_VERSION(2, 24, 0)
# define GDK_KEY_A GDK_A
# define GDK_KEY_B GDK_B
# define GDK_KEY_C GDK_C