1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2005-08-24 00:09:42 +00:00
parent 992cbf20a0
commit 6c00e38665
8 changed files with 74 additions and 80 deletions

View file

@ -116,7 +116,7 @@ void put_cursorxy(int x, int y, bool on)
/* place the cursor */
if(on) {
#ifdef HAVE_LCD_BITMAP
lcd_mono_bitmap(bitmap_icons_6x8[Cursor], xpos, ypos, 4, 8);
lcd_mono_bitmap(bitmap_icons_6x8[Icon_Cursor], xpos, ypos, 4, 8);
#else
lcd_putc(x, y, CURSOR_CHAR);
#endif