summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_render.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-09-06 14:07:27 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-09-06 14:07:27 +0000
commitd43b85c7edefe0447a7ec307ec5ecacc5385da68 (patch)
treec431aa298471cc9bfa5556ee79aba8f7bffa5509 /apps/gui/skin_engine/skin_render.c
parentd2ab44e3f6ed661d608709ca109f9547fdc07606 (diff)
downloadrockbox-d43b85c7edefe0447a7ec307ec5ecacc5385da68.tar.gz
rockbox-d43b85c7edefe0447a7ec307ec5ecacc5385da68.zip
fix the last of the error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_render.c')
-rw-r--r--apps/gui/skin_engine/skin_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_render.c b/apps/gui/skin_engine/skin_render.c
index dd266b1ee6..994ca23553 100644
--- a/apps/gui/skin_engine/skin_render.c
+++ b/apps/gui/skin_engine/skin_render.c
@@ -143,12 +143,12 @@ static bool do_non_text_tags(struct gui_wps *gwps, struct skin_draw_info *info,
143 } 143 }
144 } 144 }
145 break; 145 break;
146#ifdef HAVE_LCD_BITMAP
146 case SKIN_TOKEN_LIST_ITEM_CFG: 147 case SKIN_TOKEN_LIST_ITEM_CFG:
147 if (do_refresh) 148 if (do_refresh)
148 skinlist_set_cfg(gwps->display->screen_type, 149 skinlist_set_cfg(gwps->display->screen_type,
149 token->value.data); 150 token->value.data);
150 break; 151 break;
151#ifdef HAVE_LCD_BITMAP
152 case SKIN_TOKEN_UIVIEWPORT_ENABLE: 152 case SKIN_TOKEN_UIVIEWPORT_ENABLE:
153 sb_set_info_vp(gwps->display->screen_type, 153 sb_set_info_vp(gwps->display->screen_type,
154 token->value.data); 154 token->value.data);