diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2005-11-20 01:02:14 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2005-11-20 01:02:14 +0000 |
| commit | 1a1abf25f43e33dfa7d421d6c43f283763226dbd (patch) | |
| tree | 71e57b7c1f5d3c2521fbf2215e938b55fe77bb99 /apps/gui/splash.c | |
| parent | e3367212bd8a25cfe6468aa20adaacf4c5b0b2d4 (diff) | |
| download | rockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.zip rockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.tar.gz rockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.tar.bz2 rockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.tar.xz | |
removed old statusbar and buttonbar code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/splash.c')
| -rw-r--r-- | apps/gui/splash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c index ce8b3cd..5518885 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -56,6 +56,7 @@ static void splash(struct screen * screen, #ifdef HAVE_LCD_CHARCELLS screen->double_height (false); #endif + screen->stop_scroll(); vsnprintf( splash_buf, sizeof(splash_buf), fmt, ap ); if(center) { |