forked from len0rd/rockbox
FS#12273 - use buflib for font storage. thanks to the testers :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30589 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f323300b82
commit
aa0f4a4bbe
37 changed files with 410 additions and 404 deletions
|
|
@ -41,7 +41,6 @@
|
|||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "bitmaps/usblogo.h"
|
||||
#include "skin_engine/skin_fonts.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
|
|
@ -265,11 +264,9 @@ void gui_usb_screen_run(bool early_usb)
|
|||
{
|
||||
/* The font system leaves the .fnt fd's open, so we need for force close them all */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
font_reset(NULL);
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
font_load_remoteui(NULL);
|
||||
#endif
|
||||
skin_font_init(); /* unload all the skin fonts */
|
||||
FOR_NB_SCREENS(i)
|
||||
font_unload(global_status.font_id[i]);
|
||||
// FIXME skin_font_init(); /* unload all the skin fonts */
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue