mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 02:22:43 -05:00
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:
parent
2a35c4cad8
commit
ba82784aae
1 changed files with 2 additions and 0 deletions
|
|
@ -605,8 +605,10 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
periodic_sel = 0;
|
||||
periodic_makecols();
|
||||
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
theme_fg=rb->lcd_get_foreground();
|
||||
theme_bg=rb->lcd_get_background();
|
||||
#endif
|
||||
|
||||
struct font *pf = rb->font_get(FONT_UI);
|
||||
font_height = pf->height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue