mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -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
|
|
@ -278,6 +278,9 @@ struct system_status
|
|||
signed char last_screen;
|
||||
int viewer_icon_count;
|
||||
int last_volume_change; /* tick the last volume change happened. skins use this */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
int font_id[NB_SCREENS]; /* font id of the settings font for each screen */
|
||||
#endif
|
||||
};
|
||||
|
||||
struct user_settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue