summaryrefslogtreecommitdiff
path: root/apps/gui/icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.c')
-rw-r--r--apps/gui/icon.c8
1 files changed, 6 insertions, 2 deletions
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 @@
39#define DEFAULT_VIEWER_BMP "viewers" 39#define DEFAULT_VIEWER_BMP "viewers"
40#define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers" 40#define DEFAULT_REMOTE_VIEWER_BMP "remote_viewers"
41 41
42/* These should probably be moved to config-<target>.h */ 42/* These can be defined in config-<target>.h, if it is not provide defaults */
43#if !defined(MAX_ICON_HEIGHT)
43#define MAX_ICON_HEIGHT 24 44#define MAX_ICON_HEIGHT 24
44#define MAX_ICON_WIDTH 24 45#endif
45 46
47#if !defined(MAX_ICON_WIDTH)
48#define MAX_ICON_WIDTH 24
49#endif
46 50
47/* We dont actually do anything with these pointers, 51/* We dont actually do anything with these pointers,
48 but they need to be grouped like this to save code 52 but they need to be grouped like this to save code