From 99b69bf7d9eff21f920dc91be3897a57015d4f74 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Aug 2002 13:08:37 +0000 Subject: Psyco Dedman's player progress-bar fix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2082 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/wps-display.h') diff --git a/apps/wps-display.h b/apps/wps-display.h index 4385195fa3..2f5dc30453 100644 --- a/apps/wps-display.h +++ b/apps/wps-display.h @@ -25,4 +25,10 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll); void wps_display(struct mp3entry* id3); +#ifdef PLAYER_PROGRESS +#ifdef HAVE_LCD_CHARCELLS +void draw_player_progress(int x, int y, struct mp3entry* id3); +#endif +#endif + #endif -- cgit