summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h7
1 files changed, 7 insertions, 0 deletions
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 {
49 Icon5x8Last 49 Icon5x8Last
50}; 50};
51 51
52enum icons_7x7 {
53 Icon_Timer,
54 Icon_Timer_rep,
55 Icon7x7Last
56};
57
52/* If any icons are added to this enum, they must be 58/* If any icons are added to this enum, they must be
53 added to the unused_but_needed enum in ../player/icons.h */ 59 added to the unused_but_needed enum in ../player/icons.h */
54enum icons_6x8 { 60enum icons_6x8 {
@@ -144,6 +150,7 @@ extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18];
144#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ 150#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */
145 151
146extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; 152extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5];
153extern const unsigned char bitmap_icons_7x7[Icon7x7Last][7];
147extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6]; 154extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6];
148extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; 155extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7];
149extern const unsigned char bitmap_icon_disk[]; 156extern const unsigned char bitmap_icon_disk[];