From f451108fa857fe16f35fa3beb5278e36fed74c67 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Tue, 18 Aug 2009 00:53:27 +0000 Subject: M:Robe 500: Increase the max icon size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22393 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/icon.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/gui') diff --git a/apps/gui/icon.c b/apps/gui/icon.c index 3e1e793194..6a5ff708d1 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -39,10 +39,14 @@ #define DEFAULT_VIEWER_BMP "viewers" #define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers" -/* These should probably be moved to config-.h */ +/* These can be defined in config-.h, if it is not provide defaults */ +#if !defined(MAX_ICON_HEIGHT) #define MAX_ICON_HEIGHT 24 -#define MAX_ICON_WIDTH 24 +#endif +#if !defined(MAX_ICON_WIDTH) +#define MAX_ICON_WIDTH 24 +#endif /* We dont actually do anything with these pointers, but they need to be grouped like this to save code -- cgit v1.2.3