some multi-screen work in playlist.c, properly formated splash.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7766 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2005-11-06 17:30:53 +00:00
parent e7461b3609
commit 3aa842c9a3
3 changed files with 36 additions and 31 deletions

View file

@ -19,7 +19,6 @@
#ifndef _GUI_ICON_H_
#define _GUI_ICON_H_
#include "lcd.h"
#include "screen_access.h"
/* Defines a type for the icons since it's not the same thing on
* char-based displays and bitmap displays */

View file

@ -17,6 +17,9 @@
*
****************************************************************************/
#ifndef _GUI_SPLASH_H_
#define _GUI_SPLASH_H_
#include "screen_access.h"
/*
* Puts a splash message on the given screen for a given period
* - screen : the screen to put the splash on
@ -37,3 +40,5 @@ extern void gui_splash(struct screen * screen, int ticks,
*/
extern void gui_syncsplash(int ticks, bool center,
const char *fmt, ...);
#endif /* _GUI_ICON_H_ */