mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
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:
parent
e7461b3609
commit
3aa842c9a3
3 changed files with 36 additions and 31 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue