summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-02-05 05:50:20 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-02-05 05:50:20 +0000
commit2c82494e66a59f5bea0e31eaf66800ca9db6f8c8 (patch)
tree91bd21ccee1546112622663ce6d06b25bab0844b /apps/tree.c
parent47412cbc358647bec82bc7a15bb48a14853d3403 (diff)
downloadrockbox-2c82494e66a59f5bea0e31eaf66800ca9db6f8c8.tar.gz
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/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 5c4b752751..f70c07ca15 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -77,6 +77,7 @@
77#include "buttonbar.h" 77#include "buttonbar.h"
78#include "textarea.h" 78#include "textarea.h"
79#include "action.h" 79#include "action.h"
80#include "quickscreen.h"
80 81
81#include "root_menu.h" 82#include "root_menu.h"
82 83