summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-09 22:05:41 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-09 22:05:41 +0000
commitd4b884e7e0568d33e4f1bfad51886f6a87373d53 (patch)
treed7b8071cfea0f41dbea75c4a12cf5bd628105982 /apps/wps-display.h
parent56e5d1a0a1f87f24635207f70c42b5efc3fe35ab (diff)
downloadrockbox-d4b884e7e0568d33e4f1bfad51886f6a87373d53.tar.gz
rockbox-d4b884e7e0568d33e4f1bfad51886f6a87373d53.zip
'End of song list' message now displays for 1 second and then exits to file browser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index 439660e831..970bca1842 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -23,7 +23,7 @@
23#include "id3.h" 23#include "id3.h"
24 24
25bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll); 25bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll);
26void wps_display(struct mp3entry* id3); 26bool wps_display(struct mp3entry* id3);
27bool wps_load(char* file, bool display); 27bool wps_load(char* file, bool display);
28 28
29#ifdef HAVE_LCD_CHARCELLS 29#ifdef HAVE_LCD_CHARCELLS