From 3dc50b0d74ff0eb1ef92d41ffc21a1f948c50051 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 13 Jul 2004 06:59:11 +0000 Subject: 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 --- apps/recorder/icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/icons.h') 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[]; extern void statusbar_wipe(void); extern void statusbar_icon_battery(int percent, bool charging); -extern void statusbar_icon_volume(int percent); +extern bool statusbar_icon_volume(int percent); extern void statusbar_icon_play_state(int state); extern void statusbar_icon_play_mode(int mode); extern void statusbar_icon_shuffle(void); -- cgit v1.2.3