summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-13 06:59:11 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-13 06:59:11 +0000
commit3dc50b0d74ff0eb1ef92d41ffc21a1f948c50051 (patch)
tree2e8f46f9fefa017644d0e626c1446905badeb0e1 /apps/recorder/icons.h
parentea598c7b667057ad42c21eda8f57f368b897495d (diff)
downloadrockbox-3dc50b0d74ff0eb1ef92d41ffc21a1f948c50051.tar.gz
rockbox-3dc50b0d74ff0eb1ef92d41ffc21a1f948c50051.zip
Fixed the slow status bar update in bug report #727790.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4868 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 3b4947aca7..afea0b1ae4 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -90,7 +90,7 @@ extern unsigned char slider_bar[];
90 90
91extern void statusbar_wipe(void); 91extern void statusbar_wipe(void);
92extern void statusbar_icon_battery(int percent, bool charging); 92extern void statusbar_icon_battery(int percent, bool charging);
93extern void statusbar_icon_volume(int percent); 93extern bool statusbar_icon_volume(int percent);
94extern void statusbar_icon_play_state(int state); 94extern void statusbar_icon_play_state(int state);
95extern void statusbar_icon_play_mode(int mode); 95extern void statusbar_icon_play_mode(int mode);
96extern void statusbar_icon_shuffle(void); 96extern void statusbar_icon_shuffle(void);