remote multifont fixes. it shoud be working again (blame AlexP! he made me break it last week!)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24812 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-02-21 19:10:09 +00:00
parent c5bb1925eb
commit f85103e8f2
4 changed files with 11 additions and 7 deletions

View file

@ -98,6 +98,9 @@ void font_init(void)
while (i<MAXFONTS)
sysfonts[i++] = NULL;
font_reset(NULL);
#ifdef HAVE_REMOTE_LCD
font_reset(&remote_font_ui);
#endif
}
/* Check if we have x bytes left in the file buffer */