diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-03-01 15:16:05 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-03-01 15:16:05 +0000 |
commit | 3b52937c8a0a1e739c04115d352e10b6ff0bba9d (patch) | |
tree | 0e0c71255a2f6ab39e908504462b02d6defc9681 /firmware/export/font.h | |
parent | f7533cceaa0b53ded2fe997e9bd8a11571ea84d1 (diff) |
Revert r24958. It didn't fix anything (in fact, the problem described didn't exist). Increase MAXFONTS by 1 to allow for remote screen targets to load fonts 2-9.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24983 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r-- | firmware/export/font.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h index fb6438ea66..307db6967d 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -55,7 +55,8 @@ enum { FONT_FIRSTUSERFONT = 2 }; -#define MAXFONTS 10 +/* SYSFONT, FONT_UI, FONT_UI_REMOTE + 8 fonts in skins */ +#define MAXFONTS 11 /* * .fnt loadable font file format definition |