From 2c82494e66a59f5bea0e31eaf66800ca9db6f8c8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 5 Feb 2008 05:50:20 +0000 Subject: 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 --- apps/tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 5c4b752..f70c07c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -77,6 +77,7 @@ #include "buttonbar.h" #include "textarea.h" #include "action.h" +#include "quickscreen.h" #include "root_menu.h" -- cgit v1.1