From 49952325c9d4a74225b3099eb61860bf4592022c Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Sun, 15 Apr 2007 13:56:21 +0000 Subject: Recording countdown timer and repeat timer - see FS #6297 for more details git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13165 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 7682d44733..09aadf0888 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -49,6 +49,12 @@ enum icons_5x8 { Icon5x8Last }; +enum icons_7x7 { + Icon_Timer, + Icon_Timer_rep, + Icon7x7Last +}; + /* If any icons are added to this enum, they must be added to the unused_but_needed enum in ../player/icons.h */ enum icons_6x8 { @@ -144,6 +150,7 @@ extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18]; #endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; +extern const unsigned char bitmap_icons_7x7[Icon7x7Last][7]; extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6]; extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; extern const unsigned char bitmap_icon_disk[]; -- cgit v1.2.3