diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-02-05 05:50:20 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-02-05 05:50:20 +0000 |
commit | 2c82494e66a59f5bea0e31eaf66800ca9db6f8c8 (patch) | |
tree | 91bd21ccee1546112622663ce6d06b25bab0844b /apps/screens.h | |
parent | 47412cbc358647bec82bc7a15bb48a14853d3403 (diff) | |
download | rockbox-2c82494e66a59f5bea0e31eaf66800ca9db6f8c8.tar.gz rockbox-2c82494e66a59f5bea0e31eaf66800ca9db6f8c8.tar.bz2 rockbox-2c82494e66a59f5bea0e31eaf66800ca9db6f8c8.zip |
updated the quickscreen's:
- use viewports
- dont change to system font, fiddle with item positions to make them fit small screens
- user customizable options (use the .cfg settings "quickscreen_left, quickscreen_right, quickscreen_top, quickscreen_bottom" for the name and the .cfg name for the setting you want to use. it can be any except the string settings... (e.g. quickscreen_left:talk menu)
- a top item! if there is none set the up button will exit the screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16220 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r-- | apps/screens.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/screens.h b/apps/screens.h index 4d7704f7d5..8037900846 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -40,11 +40,6 @@ 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 |