diff options
Diffstat (limited to 'src/Fl_get_system_colors.cxx')
| -rw-r--r-- | src/Fl_get_system_colors.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index 51eb06ac1..9264ab214 100644 --- a/src/Fl_get_system_colors.cxx +++ b/src/Fl_get_system_colors.cxx @@ -82,7 +82,7 @@ void Fl::background2(uchar r, uchar g, uchar b) { } -// these are set by Fl::args() and override any system colors: +// these are set by Fl::args() and any system colors: const char *fl_fg = NULL; const char *fl_bg = NULL; const char *fl_bg2 = NULL; |
