summaryrefslogtreecommitdiff
path: root/apps/wps-display.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-09 23:13:25 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-09 23:13:25 +0000
commit227253cfe4ab16c9758473194271ed48bf2e28b1 (patch)
tree8ebd8cbaa4cc11e08888277148633c480f9329ab /apps/wps-display.h
parentd4b884e7e0568d33e4f1bfad51886f6a87373d53 (diff)
downloadrockbox-227253cfe4ab16c9758473194271ed48bf2e28b1.tar.gz
rockbox-227253cfe4ab16c9758473194271ed48bf2e28b1.zip
'Reset settings' now also resets wps, font and language (although you have to reboot to get back to the old language).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2552 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 970bca1842..fc40e19136 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -25,6 +25,7 @@
25bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll); 25bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll);
26bool 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);
28void wps_reset(void);
28 29
29#ifdef HAVE_LCD_CHARCELLS 30#ifdef HAVE_LCD_CHARCELLS
30bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count); 31bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count);