summaryrefslogtreecommitdiff
path: root/src/fl_boxtype.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-08 21:04:40 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-08 21:04:40 +0000
commitd3fb66b4dd23d21de81a5419dd74dd29a0ecdf32 (patch)
tree9f1d2795253d1a41fa92d6ce84915a0b29528c3f /src/fl_boxtype.cxx
parent02646a21dc20b2e02d8d23e8de65229437d75fcd (diff)
OpenGL patches from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_boxtype.cxx')
-rw-r--r--src/fl_boxtype.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx
index f483b2d8e..fe093f6cc 100644
--- a/src/fl_boxtype.cxx
+++ b/src/fl_boxtype.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_boxtype.cxx,v 1.6 1998/12/02 15:47:30 mike Exp $"
+// "$Id: fl_boxtype.cxx,v 1.7 1998/12/08 21:04:37 mike Exp $"
//
// Box drawing code for the Fast Light Tool Kit (FLTK).
//
@@ -48,7 +48,7 @@ static uchar inactive_ramp[24] = {
48, 48, 48, 49,
49, 49, 50, 50,
51, 51, 52, 52};
-static int draw_it_active;
+static int draw_it_active = 1;
uchar *fl_gray_ramp() {return (draw_it_active?active_ramp:inactive_ramp)-'A';}
void fl_frame(const char* s, int x, int y, int w, int h) {
@@ -282,5 +282,5 @@ const {
}
//
-// End of "$Id: fl_boxtype.cxx,v 1.6 1998/12/02 15:47:30 mike Exp $".
+// End of "$Id: fl_boxtype.cxx,v 1.7 1998/12/08 21:04:37 mike Exp $".
//