forked from len0rd/rockbox
the splash should set the viewport to NULL untill we start passing it a vp. (not any time soon though)
"fix" FS#9044 by changing the delete dir screen to use the splash instead so it doesnt have to worry about the statusbar height git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0501fb016c
commit
0792596e17
2 changed files with 5 additions and 6 deletions
|
|
@ -214,7 +214,10 @@ void gui_syncsplash(int ticks, const char *fmt, ...)
|
|||
fmt = P2STR((unsigned char *)fmt);
|
||||
va_start( ap, fmt );
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
screens[i].set_viewport(NULL);
|
||||
splash(&(screens[i]), fmt, ap);
|
||||
}
|
||||
va_end( ap );
|
||||
|
||||
if(ticks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue