From 227253cfe4ab16c9758473194271ed48bf2e28b1 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 9 Oct 2002 23:13:25 +0000 Subject: '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 --- apps/wps-display.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/wps-display.h') 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 @@ bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll); bool wps_display(struct mp3entry* id3); bool wps_load(char* file, bool display); +void wps_reset(void); #ifdef HAVE_LCD_CHARCELLS bool draw_player_progress(struct mp3entry* id3, int ff_rewind_count); -- cgit v1.2.3