summaryrefslogtreecommitdiff
path: root/apps/gui/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r--apps/gui/icon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h
index e79defe798..ca7f04841d 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -109,8 +109,11 @@ void icons_init(void);
109#ifdef HAVE_LCD_CHARCELLS 109#ifdef HAVE_LCD_CHARCELLS
110# define CURSOR_CHAR 0xe10c 110# define CURSOR_CHAR 0xe10c
111# define get_icon_width(a) 6 111# define get_icon_width(a) 6
112# define get_icon_height(a) 1 /* needs to be verified */
112#else 113#else
113int get_icon_width(enum screen_type screen_type); 114int get_icon_width(enum screen_type screen_type);
115int get_icon_height(enum screen_type screen_type);
114#endif 116#endif
115 117
118
116#endif /*_GUI_ICON_H_*/ 119#endif /*_GUI_ICON_H_*/