Allowed compilation with older versions of Gtk+
This commit is contained in:
parent
08a63a79c6
commit
4a1418421c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user