From 95be4febc87ab103d77ed41b2594691ae4f9f0ee Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 11 May 2008 14:08:46 +0000 Subject: doh! fix yellow. remove the calls to stop_scroll(), clear_viewport() does that nothing should be using screens[].nb_lines anymore... change the list code to be a good example. (playlist_viewer is the last thing using it which needs fixing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17456 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index fc5c0053ec..a0e8c9b399 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -56,6 +56,7 @@ #include "list.h" #include "yesno.h" #include "backdrop.h" +#include "viewport.h" #ifdef HAVE_LCD_BITMAP #include @@ -546,7 +547,6 @@ bool set_time_screen(const char* title, struct tm *tm) /* draw the screen */ screens[s].set_viewport(&vp[s]); - screens[s].stop_scroll(); screens[s].clear_viewport(); /* display the screen title */ screens[s].puts_scroll(0, 0, title); -- cgit v1.2.3