summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-02-29 22:39:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-02-29 22:39:52 +0000
commit2cbbe8180d5a986f69c94f22fc1fa966985b7527 (patch)
tree581890f130e7059b1b334562890a404269d0a971 /src/Fl_get_system_colors.cxx
parent6d84fa98b7fd806e69ba8860315d7e6083542963 (diff)
Fix Fl::background2() (STR #255)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3217 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_get_system_colors.cxx')
-rw-r--r--src/Fl_get_system_colors.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx
index 844d38c0c..d800e7919 100644
--- a/src/Fl_get_system_colors.cxx
+++ b/src/Fl_get_system_colors.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.23 2003/08/02 13:49:17 easysw Exp $"
+// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.24 2004/02/29 22:39:52 easysw Exp $"
//
// System color support for the Fast Light Tool Kit (FLTK).
//
@@ -70,7 +70,6 @@ void Fl::foreground(uchar r, uchar g, uchar b) {
}
void Fl::background2(uchar r, uchar g, uchar b) {
- fl_fg_set = 1;
fl_bg2_set = 1;
Fl::set_color(FL_BACKGROUND2_COLOR,r,g,b);
@@ -333,5 +332,5 @@ int Fl::reload_scheme() {
//
-// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.23 2003/08/02 13:49:17 easysw Exp $".
+// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.24 2004/02/29 22:39:52 easysw Exp $".
//