diff options
author | Paul Louden <paulthenerd@gmail.com> | 2008-02-05 09:09:38 +0000 |
---|---|---|
committer | Paul Louden <paulthenerd@gmail.com> | 2008-02-05 09:09:38 +0000 |
commit | f7c938a7b730c2149f93db5c66b1336835e0a81e (patch) | |
tree | 4b3c8310dde7fa3b6e83617147a2d01a9579ad15 /apps/screens.h | |
parent | 2b6d35854d656d729968208cf5448db762852d68 (diff) |
(Hopefully) Revert the quickscreen changes. Many fixes need to be made,
and the exact implementation needs discussion. We apologize for the
inconvenience and hope to bring an improved quickscreen to you soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16224 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r-- | apps/screens.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/screens.h b/apps/screens.h index 8037900846..4d7704f7d5 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -40,6 +40,11 @@ int mmc_remove_request(void); bool pitch_screen(void); #endif +#ifdef BUTTON_F3 +extern bool quick_screen_f3(int button_enter); +#endif +extern bool quick_screen_quick(int button_enter); + #if CONFIG_RTC bool set_time_screen(const char* title, struct tm *tm); #endif |