summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r--apps/gui/skin_engine/skin_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 33561bfed4..ad10689107 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1537,7 +1537,7 @@ static void skin_data_reset(struct wps_data *wps_data)
1537 wps_data->images = INVALID_OFFSET; 1537 wps_data->images = INVALID_OFFSET;
1538#endif 1538#endif
1539 wps_data->tree = INVALID_OFFSET; 1539 wps_data->tree = INVALID_OFFSET;
1540#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 1540#ifdef HAVE_BACKDROP_IMAGE
1541 if (wps_data->backdrop_id >= 0) 1541 if (wps_data->backdrop_id >= 0)
1542 skin_backdrop_unload(wps_data->backdrop_id); 1542 skin_backdrop_unload(wps_data->backdrop_id);
1543 backdrop_filename = NULL; 1543 backdrop_filename = NULL;
@@ -2202,7 +2202,7 @@ bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
2202 } 2202 }
2203 skin_buffer = (void *)(((unsigned long)skin_buffer + 3) & ~3); 2203 skin_buffer = (void *)(((unsigned long)skin_buffer + 3) & ~3);
2204 buffersize -= 3; 2204 buffersize -= 3;
2205#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 2205#ifdef HAVE_BACKDROP_IMAGE
2206 backdrop_filename = "-"; 2206 backdrop_filename = "-";
2207 wps_data->backdrop_id = -1; 2207 wps_data->backdrop_id = -1;
2208#endif 2208#endif