summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_set_drawinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_set_drawinfo.c')
-rw-r--r--apps/plugins/lib/gray_set_drawinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray_set_drawinfo.c b/apps/plugins/lib/gray_set_drawinfo.c
index 123d3d8939..59928882d7 100644
--- a/apps/plugins/lib/gray_set_drawinfo.c
+++ b/apps/plugins/lib/gray_set_drawinfo.c
@@ -34,6 +34,8 @@
34 ---------------------------------------------------------------------------- 34 ----------------------------------------------------------------------------
35 If you hand it -1 (or in fact any other out-of-bounds value) for a 35 If you hand it -1 (or in fact any other out-of-bounds value) for a
36 parameter, that particular setting won't be changed 36 parameter, that particular setting won't be changed
37
38 Default after initialization: GRAY_DRAW_SOLID, 0, 255
37 */ 39 */
38void gray_set_drawinfo(int drawmode, int fg_brightness, int bg_brightness) 40void gray_set_drawinfo(int drawmode, int fg_brightness, int bg_brightness)
39{ 41{