From 15b2eefd6b7bbea7b253d2526b0cb445af348f5e Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Sun, 2 Apr 2006 10:41:16 +0000 Subject: 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 --- apps/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.h') 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 @@ #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 -- cgit