summaryrefslogtreecommitdiff
path: root/apps/gui/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/splash.h')
-rw-r--r--apps/gui/splash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/splash.h b/apps/gui/splash.h
index 4002af5296..f7ff44e00b 100644
--- a/apps/gui/splash.h
+++ b/apps/gui/splash.h
@@ -40,6 +40,8 @@ extern void splashf(int ticks, const char *fmt, ...) ATTRIBUTE_PRINTF(2, 3);
40 */ 40 */
41extern void splash(int ticks, const char *str); 41extern void splash(int ticks, const char *str);
42 42
43/* set a delay before displaying the progress meter the first time */
44extern void splash_progress_set_delay(long delay_ticks);
43/* 45/*
44 * Puts a splash message centered on all the screens with a progressbar 46 * Puts a splash message centered on all the screens with a progressbar
45 * - current : current progress increment 47 * - current : current progress increment