summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-14 08:47:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-14 08:47:09 +0000
commit35facde5760ecba693b7dd40922efaa3f2a8c37e (patch)
tree545ed366a47ad7099ce2f704a3fa09bea7da3669 /apps/recorder/icons.h
parentc0b7f4d97ca993c8be2edd7f7de4c2c10cad9fc2 (diff)
downloadrockbox-35facde5760ecba693b7dd40922efaa3f2a8c37e.tar.gz
rockbox-35facde5760ecba693b7dd40922efaa3f2a8c37e.zip
Added cursor bitmap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@992 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 3d1b5fd9fa..823bbef1f7 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -27,7 +27,7 @@
27enum icons_6x8 { 27enum icons_6x8 {
28 Box_Filled, Box_Empty, Slider_Horizontal, File, 28 Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Selector, LastIcon 30 Selected, Selector, Cursor, LastIcon
31}; 31};
32 32
33extern unsigned char bitmap_icons_6x8[LastIcon][6]; 33extern unsigned char bitmap_icons_6x8[LastIcon][6];