Allowed compilation with older versions of Gtk+

This commit is contained in:
Pierre Pronchery 2010-11-10 15:53:46 +00:00
parent 08a63a79c6
commit 4a1418421c

View File

@ -58,6 +58,12 @@ static char const * _authors[] =
/* variables */
#ifndef GDK_Back
# define GDK_Back 0
#endif
#ifndef GDK_Forward
# define GDK_Forward 0
#endif
static DesktopAccel _surfer_accel[] =
{
#ifdef EMBEDDED