From daa8341a13ddc93981d2c2178b183a13b5e08950 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 4 May 2008 10:58:05 +0000 Subject: a bit of code cleanup.. use a single function to get the statusbar height (or lack of if its enabled), and remove some gui_textarea stuff which could be done using the splash. (gui_textarea is on the way out) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17350 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/charcell/list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui/charcell') diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c index 64f2fecbbd..bba688d698 100644 --- a/apps/gui/charcell/list.c +++ b/apps/gui/charcell/list.c @@ -54,7 +54,7 @@ void list_draw(struct screen *display, struct viewport *parent, display->set_viewport(NULL); lines = display->nb_lines; - gui_textarea_clear(display); + display->clear_display(); start = 0; end = display->nb_lines; gui_list->last_displayed_start_item[display->screen_type] = @@ -126,5 +126,5 @@ void list_draw(struct screen *display, struct viewport *parent, } display->update_viewport(); - gui_textarea_update(display); + display->update(); } -- cgit v1.2.3