summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/skin_engine/skin_backdrops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/skin_backdrops.c b/apps/gui/skin_engine/skin_backdrops.c
index 6e6473e60c..7721e2d3d7 100644
--- a/apps/gui/skin_engine/skin_backdrops.c
+++ b/apps/gui/skin_engine/skin_backdrops.c
@@ -41,10 +41,10 @@ static struct skin_backdrop {
41} backdrops[NB_BDROPS]; 41} backdrops[NB_BDROPS];
42 42
43#define NB_BDROPS SKINNABLE_SCREENS_COUNT*NB_SCREENS 43#define NB_BDROPS SKINNABLE_SCREENS_COUNT*NB_SCREENS
44int handle_being_loaded; 44static int handle_being_loaded;
45int current_lcd_backdrop[NB_SCREENS]; 45static int current_lcd_backdrop[NB_SCREENS];
46 46
47int buflib_move_callback(int handle, void* current, void* new) 47static int buflib_move_callback(int handle, void* current, void* new)
48{ 48{
49 int i; 49 int i;
50 if (handle == handle_being_loaded) 50 if (handle == handle_being_loaded)