summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-08 15:42:40 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-08 15:42:40 +0000
commitdea31222b8318cd992f97cfe81b9c2239233f884 (patch)
treed7a0d7fcc0b34249322964d55b3cc6f6b2e7d3bd /apps/wps-display.h
parentb9d6830eddfa460d573f8af2020d17a9431dc056 (diff)
downloadrockbox-dea31222b8318cd992f97cfe81b9c2239233f884.tar.gz
rockbox-dea31222b8318cd992f97cfe81b9c2239233f884.zip
Added persistence of last .wps, .fnt and .lng file played in /.rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2535 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 a62817edad..439660e831 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -24,7 +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); 27bool wps_load(char* file, bool display);
28 28
29#ifdef HAVE_LCD_CHARCELLS 29#ifdef HAVE_LCD_CHARCELLS
30bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count); 30bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count);