diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-06-25 21:09:34 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-06-25 21:09:34 +0000 |
| commit | 0690ac1966772975879540a4c614b497858ecfb7 (patch) | |
| tree | 8e223dccdf10bb38b902a08633112f4e1b68ccbc /apps/plugins/lib/gray_setfont.c | |
| parent | b058366b1310bb8495bdc002a86e3c2500aa5e6f (diff) | |
| download | rockbox-0690ac1966772975879540a4c614b497858ecfb7.zip rockbox-0690ac1966772975879540a4c614b497858ecfb7.tar.gz rockbox-0690ac1966772975879540a4c614b497858ecfb7.tar.bz2 rockbox-0690ac1966772975879540a4c614b497858ecfb7.tar.xz | |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray_setfont.c b/apps/plugins/lib/gray_setfont.c index ed68362..714a1f5 100644 --- a/apps/plugins/lib/gray_setfont.c +++ b/apps/plugins/lib/gray_setfont.c @@ -34,6 +34,8 @@ ---------------------------------------------------------------------------- newfont can be FONT_SYSFIXED or FONT_UI the same way as with the Rockbox core routines + + Default after initialization: FONT_SYSFIXED */ void gray_setfont(int newfont) { |