> Author: hub
> Date: 2011-12-21 05:05:31 +0100 (Wed, 21 Dec 2011)
> New Revision: 30514
> Log:
> Fix Gtk2 build for Gtk 2.20 - Patch by Simon Larochelle.
> Modified: abiword/trunk/src/af/xap/gtk/xap_Gtk2Compat.h
> ===================================================================
> +++ abiword/trunk/src/af/xap/gtk/xap_Gtk2Compat.h 2011-12-21
> 04:05:31 UTC (rev 30514)
> @@ -28,17 +28,34 @@
> #include <gdk/gdkkeysyms.h>
> #endif
>
> +// keynames
> +#if GTK_CHECK_VERSION(2,22,0)
> #include <gdk/gdkkeysyms-compat.h>
> -// keynames
> -#if !GTK_CHECK_VERSION(2,22,0)
> +#else
> +#define GDK_KEY_3270_Enter GDK_3270_Enter
> +#define GDK_KEY_BackSpace GDK_BackSpace
It's actually (2,21,8), please see r30461.
Ingo
Received on Wed Dec 21 11:06:29 2011
This archive was generated by hypermail 2.1.8 : Wed Dec 21 2011 - 11:06:29 CET