summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-14 09:02:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-14 09:02:16 +0000
commitc72061ea0b8c3a2ede46a94acccf99e28c05200a (patch)
tree9b6319aa5c248099cb875ea70c4df9d63dbaf304 /apps
parentbf603f98cbc9e7cb290771908112c3465580f7d1 (diff)
downloadrockbox-c72061ea0b8c3a2ede46a94acccf99e28c05200a.tar.gz
rockbox-c72061ea0b8c3a2ede46a94acccf99e28c05200a.zip
nicer cursor and a folder bitmap that is horizontally aligned with the file
one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@994 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/icons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 4351bc36ec..3e02a2539b 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -33,7 +33,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
33 /* File */ 33 /* File */
34 { 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 }, 34 { 0x60, 0x7f, 0x03, 0x63, 0x7f, 0x00 },
35 /* Folder */ 35 /* Folder */
36 { 0x00, 0x7e, 0x41, 0x41, 0x42, 0x7e }, 36 { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 },
37 /* Directory */ 37 /* Directory */
38 { 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 }, 38 { 0x3e, 0x26, 0x26, 0x24, 0x3c, 0x00 },
39 /* Playlist */ 39 /* Playlist */
@@ -45,7 +45,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] =
45 /* Selector */ 45 /* Selector */
46 { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, 46 { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 },
47 /* Cursor / Marker */ 47 /* Cursor / Marker */
48 { 0x7e, 0x7e, 0x7e, 0x3c, 0x3c, 0x18 }, 48 { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 },
49}; 49};
50 50
51unsigned char rockbox112x37[]={ 51unsigned char rockbox112x37[]={