summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-02 12:46:32 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-02 12:46:32 +0000
commit1a682bedad33742805b26989ac7a6e789ea92f6f (patch)
treeec95a3c9fee014721dc50bc39da7238d2db86524 /apps/wps-display.h
parent52a87c7ce76e31c0dcbb707a5bb4991b96a2cfb9 (diff)
downloadrockbox-1a682bedad33742805b26989ac7a6e789ea92f6f.tar.gz
rockbox-1a682bedad33742805b26989ac7a6e789ea92f6f.zip
Renamed "wps.config" to "default.wps".
Added *.wps loading from dir browser. Added ugly 'wps' icon. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index 932970d997..a62817edad 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -24,6 +24,7 @@
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); 26void wps_display(struct mp3entry* id3);
27bool wps_load_custom(char* file);
27 28
28#ifdef HAVE_LCD_CHARCELLS 29#ifdef HAVE_LCD_CHARCELLS
29bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count); 30bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count);