summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-16 02:12:25 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-16 02:12:25 +0000
commit8517ed8939b7323be8371cd902544154ade984b9 (patch)
tree230698c2817e2d6b8dd7862295deeb2aa2b72b9f /apps/recorder/icons.c
parent5d8c1529a735254d2cc17e47d294b8835ba575b0 (diff)
downloadrockbox-8517ed8939b7323be8371cd902544154ade984b9.tar.gz
rockbox-8517ed8939b7323be8371cd902544154ade984b9.zip
Multi screen support for playlist viewer, some fixes in other gui files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7901 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 148235f040..66ac3cb727 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -47,6 +47,8 @@ const unsigned char bitmap_icons_6x8[LastIcon][6] =
47 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */ 47 { 0x4e, 0x51, 0x51, 0x40, 0x55, 0x55 }, /* Config file */
48 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */ 48 { 0x0a, 0x0a, 0x5f, 0x4e, 0x24, 0x18 }, /* Plugin file */
49 { 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */ 49 { 0xff, 0x81, 0xaf, 0xaa, 0x8c, 0xf8 }, /* Bookmark file */
50 { 0x77, 0x55, 0x55, 0x55, 0x55, 0x77 }, /* Queued Item */
51 { 0x3e, 0x41, 0x3e, 0x1c, 0x1c, 0x08 }, /* Moving Item */
50}; 52};
51 53
52const unsigned char bitmap_icons_7x8[][7] = 54const unsigned char bitmap_icons_7x8[][7] =