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
|
|
@ -125,6 +125,10 @@ struct viewport *sb_skin_get_info_vp(enum screen_type screen)
|
|||
viewportmanager_theme_undo(screen, true);
|
||||
}
|
||||
vp = skin_find_item(infovp_label[screen], SKIN_FIND_UIVP, data);
|
||||
if (!vp)
|
||||
return NULL;
|
||||
if (vp->parsed_fontid == 1)
|
||||
vp->vp.font = global_status.font_id[screen];
|
||||
return &vp->vp;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue