summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-20 01:28:31 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-20 01:28:31 +0000
commit04005b9602cae02d1896c9e08ae7856928dce9f4 (patch)
tree08392213c905220f37bd1e5ed0419ad6943028c7 /apps/plugins
parent5523fb8860d36920db03aca3289ea59077381ca8 (diff)
downloadrockbox-04005b9602cae02d1896c9e08ae7856928dce9f4.tar.gz
rockbox-04005b9602cae02d1896c9e08ae7856928dce9f4.zip
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/plugins')
-rw-r--r--apps/plugins/star.c1
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)
776 rb = api; 776 rb = api;
777 777
778 /* get the size of char */ 778 /* get the size of char */
779 rb->lcd_setfont(FONT_SYSFIXED);
779 if (char_width == -1) 780 if (char_width == -1)
780 rb->lcd_getstringsize("a", &char_width, &char_height); 781 rb->lcd_getstringsize("a", &char_width, &char_height);
781 782