From 0690ac1966772975879540a4c614b497858ecfb7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 25 Jun 2004 21:09:34 +0000 Subject: added comments about default values git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4804 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray_set_foreground.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib/gray_set_foreground.c') diff --git a/apps/plugins/lib/gray_set_foreground.c b/apps/plugins/lib/gray_set_foreground.c index 994f9d6d25..afde64f645 100644 --- a/apps/plugins/lib/gray_set_foreground.c +++ b/apps/plugins/lib/gray_set_foreground.c @@ -33,6 +33,8 @@ Set the foreground shade for subsequent drawing operations ---------------------------------------------------------------------------- brightness = 0 (black) .. 255 (white) + + Default after initialization: 0 */ void gray_set_foreground(int brightness) { -- cgit v1.2.3