From afe6f502c326350cc31d34646d5000a964321525 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 17 Sep 2010 18:39:59 -0400 Subject: Use new GDK keysym names if available. In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0. --- calendar/gui/ea-day-view.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/ea-day-view.c') diff --git a/calendar/gui/ea-day-view.c b/calendar/gui/ea-day-view.c index e34eaa6366..2a972847c1 100644 --- a/calendar/gui/ea-day-view.c +++ b/calendar/gui/ea-day-view.c @@ -28,6 +28,7 @@ #include #include +/* backward-compatibility cruft */ #include static void ea_day_view_class_init (EaDayViewClass *klass); -- cgit v1.2.3