summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/skin_engine/skin_engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_engine.c b/apps/gui/skin_engine/skin_engine.c
index 7e3b070231..f96b91b427 100644
--- a/apps/gui/skin_engine/skin_engine.c
+++ b/apps/gui/skin_engine/skin_engine.c
@@ -45,6 +45,7 @@ static bool skins_initialising = true;
45/* App uses the host malloc to manage the buffer */ 45/* App uses the host malloc to manage the buffer */
46#ifdef APPLICATION 46#ifdef APPLICATION
47#define skin_buffer NULL 47#define skin_buffer NULL
48#define skin_buffer_size 0
48void theme_init_buffer(void) 49void theme_init_buffer(void)
49{ 50{
50 skins_initialising = false; 51 skins_initialising = false;