diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-20 01:28:31 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-20 01:28:31 +0000 |
commit | 04005b9602cae02d1896c9e08ae7856928dce9f4 (patch) | |
tree | 08392213c905220f37bd1e5ed0419ad6943028c7 /apps | |
parent | 5523fb8860d36920db03aca3289ea59077381ca8 (diff) |
Star had font problems as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/star.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/star.c b/apps/plugins/star.c index 961c17f143..71b5170ad7 100644 --- a/apps/plugins/star.c +++ b/apps/plugins/star.c @@ -776,6 +776,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb = api; /* get the size of char */ + rb->lcd_setfont(FONT_SYSFIXED); if (char_width == -1) rb->lcd_getstringsize("a", &char_width, &char_height); |