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
|
|
@ -31,6 +31,7 @@
|
|||
#ifdef HAVE_ALBUMART
|
||||
#include "albumart.h"
|
||||
#endif
|
||||
#include "settings.h"
|
||||
#include "skin_display.h"
|
||||
#include "skin_engine.h"
|
||||
#include "skin_parser.h"
|
||||
|
|
@ -650,6 +651,10 @@ void skin_render_viewport(struct skin_element* viewport, struct gui_wps *gwps,
|
|||
img->display = -1;
|
||||
imglist = imglist->next;
|
||||
}
|
||||
|
||||
/* fix font ID's */
|
||||
if (skin_viewport->parsed_fontid == 1)
|
||||
skin_viewport->vp.font = global_status.font_id[display->screen_type];
|
||||
#endif
|
||||
|
||||
while (line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue