Constified
This commit is contained in:
parent
7c6e70cef1
commit
f581702499
@ -93,7 +93,7 @@ static char const * _authors[] =
|
|||||||
#ifndef GDK_Forward
|
#ifndef GDK_Forward
|
||||||
# define GDK_Forward 0
|
# define GDK_Forward 0
|
||||||
#endif
|
#endif
|
||||||
static DesktopAccel _surfer_accel[] =
|
static const DesktopAccel _surfer_accel[] =
|
||||||
{
|
{
|
||||||
{ G_CALLBACK(on_close), GDK_CONTROL_MASK, GDK_KEY_W },
|
{ G_CALLBACK(on_close), GDK_CONTROL_MASK, GDK_KEY_W },
|
||||||
#ifdef EMBEDDED
|
#ifdef EMBEDDED
|
||||||
|
Loading…
Reference in New Issue
Block a user