summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_setfont.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-06-25 21:09:34 +0000
committerJens Arnold <amiconn@rockbox.org>2004-06-25 21:09:34 +0000
commit0690ac1966772975879540a4c614b497858ecfb7 (patch)
tree8e223dccdf10bb38b902a08633112f4e1b68ccbc /apps/plugins/lib/gray_setfont.c
parentb058366b1310bb8495bdc002a86e3c2500aa5e6f (diff)
downloadrockbox-0690ac1966772975879540a4c614b497858ecfb7.tar.gz
rockbox-0690ac1966772975879540a4c614b497858ecfb7.zip
added comments about default values
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4804 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/gray_setfont.c')
-rw-r--r--apps/plugins/lib/gray_setfont.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray_setfont.c b/apps/plugins/lib/gray_setfont.c
index ed68362484..714a1f5b17 100644
--- a/apps/plugins/lib/gray_setfont.c
+++ b/apps/plugins/lib/gray_setfont.c
@@ -34,6 +34,8 @@
34 ---------------------------------------------------------------------------- 34 ----------------------------------------------------------------------------
35 newfont can be FONT_SYSFIXED or FONT_UI the same way as with the Rockbox 35 newfont can be FONT_SYSFIXED or FONT_UI the same way as with the Rockbox
36 core routines 36 core routines
37
38 Default after initialization: FONT_SYSFIXED
37 */ 39 */
38void gray_setfont(int newfont) 40void gray_setfont(int newfont)
39{ 41{