From f57d0220dd216937a210a18f8ab8394091bb6a08 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Tue, 22 Nov 2005 21:55:05 +0000 Subject: Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8044 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index 3de66582ee..f879da264c 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -35,9 +35,9 @@ int mmc_remove_request(void); #if CONFIG_KEYPAD == RECORDER_PAD int pitch_screen(void); -extern bool quick_screen_f3(void); +extern bool quick_screen_f3(int button_enter); #endif -extern bool quick_screen_quick(void); +extern bool quick_screen_quick(int button_enter); #ifdef HAVE_RTC bool set_time_screen(const char* string, struct tm *tm); -- cgit v1.2.3