summaryrefslogtreecommitdiff
path: root/FL/Fl_Help_View.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-03-05 11:26:41 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-03-05 11:26:41 +0000
commit394286265a96aa27fbedc0cd58c5bb33366123b3 (patch)
treea5c4e4b568d8f3c77bb9d3a4b0cc701be8ac7683 /FL/Fl_Help_View.H
parentc2221d555212b2ebc77ce68c118eff41f9b52377 (diff)
Fix rendering of background color in table cells.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1983 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Help_View.H')
-rw-r--r--FL/Fl_Help_View.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H
index e015c1172..7f8af78e2 100644
--- a/FL/Fl_Help_View.H
+++ b/FL/Fl_Help_View.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Help_View.H,v 1.1.2.8 2002/02/20 13:02:25 easysw Exp $"
+// "$Id: Fl_Help_View.H,v 1.1.2.9 2002/03/05 11:26:41 easysw Exp $"
//
// Help Viewer widget definitions.
//
@@ -56,6 +56,7 @@ struct Fl_Help_Block
const char *start, // Start of text
*end; // End of text
uchar border; // Draw border?
+ Fl_Color bgcolor; // Background color
int x, // Indentation/starting X coordinate
y, // Starting Y coordinate
w, // Width
@@ -186,5 +187,5 @@ class Fl_Help_View : public Fl_Group //// Help viewer widget
#endif // !Fl_Help_View_H
//
-// End of "$Id: Fl_Help_View.H,v 1.1.2.8 2002/02/20 13:02:25 easysw Exp $".
+// End of "$Id: Fl_Help_View.H,v 1.1.2.9 2002/03/05 11:26:41 easysw Exp $".
//