Fix building on clip

Change-Id: I4218cc9d45b144bfc3e58a44ef532d001d02e9ec
Reviewed-on: http://gerrit.rockbox.org/961
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
This commit is contained in:
Franklin Wei 2014-09-14 18:52:28 -04:00 committed by Michael Giacomelli
parent 2a35c4cad8
commit ba82784aae

View file

@ -605,8 +605,10 @@ enum plugin_status plugin_start(const void* parameter)
periodic_sel = 0; periodic_sel = 0;
periodic_makecols(); periodic_makecols();
#ifdef HAVE_LCD_COLOR
theme_fg=rb->lcd_get_foreground(); theme_fg=rb->lcd_get_foreground();
theme_bg=rb->lcd_get_background(); theme_bg=rb->lcd_get_background();
#endif
struct font *pf = rb->font_get(FONT_UI); struct font *pf = rb->font_get(FONT_UI);
font_height = pf->height; font_height = pf->height;