From 0e5cec2d187dbded9b3c36dbcfd1469d00fe47af Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 5 Mar 2008 09:58:30 +0000 Subject: FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16527 a1c6a512-1295-4272-9138-f99709370657 --- apps/SOURCES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index e27e15d..0d23f42 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -54,6 +54,11 @@ gui/gwps-common.c gui/icon.c #endif gui/list.c +#ifdef HAVE_LCD_BITMAP +gui/bitmap/list.c +#else +gui/charcell/list.c +#endif gui/option_select.c gui/quickscreen.c gui/scrollbar.c @@ -63,6 +68,7 @@ gui/textarea.c gui/yesno.c gui/wps_debug.c gui/wps_parser.c +gui/viewport.c #if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) gui/backdrop.c -- cgit v1.1