From 87cd59f7e354557c604414f84895b64939e6da6d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Mar 2003 21:14:46 +0000 Subject: power-splash, this should be able to replace most cases where we "splash" messages for a brief period git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3464 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index 93894eb654..2e3ebf778d 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -28,8 +28,11 @@ bool f2_screen(void); bool f3_screen(void); #endif -void splash(char *text, /* what to say */ - int ticks, /* fow how long */ - int button);/* what keymask aborts the waiting (if any) */ +void splash(int ticks, /* how long */ + int keymask,/* what keymask aborts the waiting (if any) */ + bool center, /* FALSE means left-justified, TRUE means + horizontal and vertical center */ + char *fmt, /* what to say *printf style */ + ...); #endif -- cgit v1.2.3