From abe11fd910f979f95454e3b44aba5a57570c6543 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 3 Sep 2002 15:58:47 +0000 Subject: Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2154 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/wps.h') diff --git a/apps/wps.h b/apps/wps.h index 81435b532f..46ec7243d1 100644 --- a/apps/wps.h +++ b/apps/wps.h @@ -30,4 +30,9 @@ bool load_custom_wps(void); bool display_custom_wps(int x_val, int y_val, bool do_scroll, char *wps_string); bool refresh_wps(bool refresh_scroll); +#ifdef HAVE_RECORDER_KEYPAD +bool f2_screen(void); +bool f3_screen(void); +#endif + #endif -- cgit v1.2.3