diff options
Diffstat (limited to 'apps/gui/splash.c')
| -rw-r--r-- | apps/gui/splash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/splash.c b/apps/gui/splash.c index df0446e..1ead051 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -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) |