summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-04-02 10:41:16 +0000
committerZakk Roberts <midk@rockbox.org>2006-04-02 10:41:16 +0000
commit15b2eefd6b7bbea7b253d2526b0cb445af348f5e (patch)
tree0c7be5194ec195a6ec0130d115325529961ad8c3 /apps/tree.h
parent12e528ccd9f8764e745a4b634cc1d4f798fe44d8 (diff)
downloadrockbox-15b2eefd6b7bbea7b253d2526b0cb445af348f5e.tar.gz
rockbox-15b2eefd6b7bbea7b253d2526b0cb445af348f5e.zip
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 6f91f7fcd1..c632ccdb52 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -129,6 +129,7 @@
129#define TREE_WPS (BUTTON_PLAY | BUTTON_REL) 129#define TREE_WPS (BUTTON_PLAY | BUTTON_REL)
130#define TREE_WPS_PRE BUTTON_PLAY 130#define TREE_WPS_PRE BUTTON_PLAY
131#define TREE_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT) 131#define TREE_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT)
132#define TREE_QUICK (BUTTON_MENU | BUTTON_REPEAT)
132 133
133#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 134#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
134 135