summaryrefslogtreecommitdiff
path: root/apps/gui/icon.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-12-24 00:52:18 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-07 11:36:00 +0100
commit76476751d7500da813be85829ad740962b8cee79 (patch)
treefeb0212a9614d40375a97d56f6c55a7439f6b78f /apps/gui/icon.h
parentacee675a5e67635e812a2d325a0f450d3409d53a (diff)
downloadrockbox-76476751d7500da813be85829ad740962b8cee79.tar.gz
rockbox-76476751d7500da813be85829ad740962b8cee79.zip
lcd-charcell: Correct get_icon_width() stub, everything is 1 char wide.
Change-Id: I2a76c306be8f11827cb8d1f12641d710f49274aa
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r--apps/gui/icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h
index ca7f04841d..9304ad9077 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -108,7 +108,7 @@ void icons_init(void);
108 108
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) 1
112# define get_icon_height(a) 1 /* needs to be verified */ 112# define get_icon_height(a) 1 /* needs to be verified */
113#else 113#else
114int get_icon_width(enum screen_type screen_type); 114int get_icon_width(enum screen_type screen_type);