mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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
|
|
@ -95,7 +95,7 @@ struct tv_preferences {
|
|||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
unsigned char font_name[MAX_PATH];
|
||||
struct font *font;
|
||||
int font_id;
|
||||
#endif
|
||||
unsigned char file_name[MAX_PATH];
|
||||
};
|
||||
|
|
@ -151,4 +151,6 @@ void tv_set_default_preferences(struct tv_preferences *p);
|
|||
*/
|
||||
void tv_add_preferences_change_listner(int (*listner)(const struct tv_preferences *oldp));
|
||||
|
||||
|
||||
void tv_change_fontid(int id);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue