summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/icon.h1
-rw-r--r--apps/gui/splash.h5
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h
index 3bafdd9084..1208820558 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -19,7 +19,6 @@
19 19
20#ifndef _GUI_ICON_H_ 20#ifndef _GUI_ICON_H_
21#define _GUI_ICON_H_ 21#define _GUI_ICON_H_
22#include "lcd.h"
23#include "screen_access.h" 22#include "screen_access.h"
24/* Defines a type for the icons since it's not the same thing on 23/* Defines a type for the icons since it's not the same thing on
25 * char-based displays and bitmap displays */ 24 * char-based displays and bitmap displays */
diff --git a/apps/gui/splash.h b/apps/gui/splash.h
index ca4cf268dd..b1aece9dde 100644
--- a/apps/gui/splash.h
+++ b/apps/gui/splash.h
@@ -17,6 +17,9 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#ifndef _GUI_SPLASH_H_
21#define _GUI_SPLASH_H_
22#include "screen_access.h"
20/* 23/*
21 * Puts a splash message on the given screen for a given period 24 * Puts a splash message on the given screen for a given period
22 * - screen : the screen to put the splash on 25 * - screen : the screen to put the splash on
@@ -37,3 +40,5 @@ extern void gui_splash(struct screen * screen, int ticks,
37 */ 40 */
38extern void gui_syncsplash(int ticks, bool center, 41extern void gui_syncsplash(int ticks, bool center,
39 const char *fmt, ...); 42 const char *fmt, ...);
43
44#endif /* _GUI_ICON_H_ */