summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2002-10-11 11:08:52 +0000
committerMats Lidell <matsl@rockbox.org>2002-10-11 11:08:52 +0000
commit3c8aaec40a5aef58dec999e8d2e6b32d9ba8261a (patch)
tree904bd3fb7eef3ffb837adb58a73491c230f5c77d
parentd21d179010d2516440a5c7fccc91533eed5e913f (diff)
downloadrockbox-3c8aaec40a5aef58dec999e8d2e6b32d9ba8261a.tar.gz
rockbox-3c8aaec40a5aef58dec999e8d2e6b32d9ba8261a.zip
Player simulator should now handle progress bar (if there was progress
in the simulator.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2577 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index a4534b2fa0..e46ff94a32 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -663,7 +663,7 @@ bool wps_display(struct mp3entry* id3)
663 return false; 663 return false;
664} 664}
665 665
666#if defined(HAVE_LCD_CHARCELLS) && !defined(SIMULATOR) 666#if defined(HAVE_LCD_CHARCELLS)
667bool draw_player_progress(struct mp3entry* id3, int ff_rewwind_count) 667bool draw_player_progress(struct mp3entry* id3, int ff_rewwind_count)
668{ 668{
669 if(!id3) 669 if(!id3)