diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-04-02 10:41:16 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-04-02 10:41:16 +0000 |
| commit | 15b2eefd6b7bbea7b253d2526b0cb445af348f5e (patch) | |
| tree | 0c7be5194ec195a6ec0130d115325529961ad8c3 /apps/tree.h | |
| parent | 12e528ccd9f8764e745a4b634cc1d4f798fe44d8 (diff) | |
| download | rockbox-15b2eefd6b7bbea7b253d2526b0cb445af348f5e.zip rockbox-15b2eefd6b7bbea7b253d2526b0cb445af348f5e.tar.gz rockbox-15b2eefd6b7bbea7b253d2526b0cb445af348f5e.tar.bz2 rockbox-15b2eefd6b7bbea7b253d2526b0cb445af348f5e.tar.xz | |
Updated quickscreens, now they look better than before while still retaining the ability to scroll - this is about as good as it gets until viewports are implemented. Also enabled the quickscreen for iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h index 6f91f7f..c632ccd 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -129,6 +129,7 @@ #define TREE_WPS (BUTTON_PLAY | BUTTON_REL) #define TREE_WPS_PRE BUTTON_PLAY #define TREE_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT) +#define TREE_QUICK (BUTTON_MENU | BUTTON_REPEAT) #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD |