diff options
Diffstat (limited to 'apps/plugins/lib/gray_set_drawinfo.c')
| -rw-r--r-- | apps/plugins/lib/gray_set_drawinfo.c | 2 |
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 123d3d8..5992888 100644 --- a/apps/plugins/lib/gray_set_drawinfo.c +++ b/apps/plugins/lib/gray_set_drawinfo.c @@ -34,6 +34,8 @@ ---------------------------------------------------------------------------- If you hand it -1 (or in fact any other out-of-bounds value) for a parameter, that particular setting won't be changed + + Default after initialization: GRAY_DRAW_SOLID, 0, 255 */ void gray_set_drawinfo(int drawmode, int fg_brightness, int bg_brightness) { |