summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-08-24 00:09:42 +0000
committerJens Arnold <amiconn@rockbox.org>2005-08-24 00:09:42 +0000
commit6c00e38665fbe7e4aa724667cf1105596a8495a6 (patch)
treee4bf9bf9c379fb5011e74c7bc9ae343f40091403 /apps/menu.c
parent992cbf20a0a3945ccf48bbb304cadf552d11c510 (diff)
downloadrockbox-6c00e38665fbe7e4aa724667cf1105596a8495a6.tar.gz
rockbox-6c00e38665fbe7e4aa724667cf1105596a8495a6.zip
Icon code cleanup, optimisation & policeing. Removed unused icons. Applied uniform icon naming scheme.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7396 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menu.c')
-rw-r--r--apps/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.c b/apps/menu.c
index cdcafec770..ad22047b9d 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -116,7 +116,7 @@ void put_cursorxy(int x, int y, bool on)
116 /* place the cursor */ 116 /* place the cursor */
117 if(on) { 117 if(on) {
118#ifdef HAVE_LCD_BITMAP 118#ifdef HAVE_LCD_BITMAP
119 lcd_mono_bitmap(bitmap_icons_6x8[Cursor], xpos, ypos, 4, 8); 119 lcd_mono_bitmap(bitmap_icons_6x8[Icon_Cursor], xpos, ypos, 4, 8);
120#else 120#else
121 lcd_putc(x, y, CURSOR_CHAR); 121 lcd_putc(x, y, CURSOR_CHAR);
122#endif 122#endif