summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-01-13 19:24:08 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-01-13 19:24:08 +0000
commit04175702d8be709971f880530be3cb59f35334d1 (patch)
treecdcb38e2e44dc08fb2c4ad59582d0102fe1d0546 /src
parenta123dba5db88b4d9849621b1f7957d7a42387c94 (diff)
More tweeking.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/fl_plastic.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx
index 82a4f48ae..f79ef2563 100644
--- a/src/fl_plastic.cxx
+++ b/src/fl_plastic.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_plastic.cxx,v 1.1.2.14 2003/01/11 14:19:17 easysw Exp $"
+// "$Id: fl_plastic.cxx,v 1.1.2.15 2003/01/13 19:24:08 easysw Exp $"
//
// "Plastic" drawing routines for the Fast Light Tool Kit (FLTK).
//
@@ -143,7 +143,9 @@ static void up_frame(int x, int y, int w, int h, Fl_Color c) {
static void up_box(int x, int y, int w, int h, Fl_Color c) {
// shade_rect(x + 2, y + 2, w - 4, h - 5, "TXSPPQQRSSTTUVS", c);
- shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNNOOPQQRRSTQ", c);
+ shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNOPQRSTUVWVQ", c);
+// shade_rect(x + 2, y + 2, w - 4, h - 5, "RTVUTSRSTUWWXWQ", c);
+// shade_rect(x + 2, y + 2, w - 4, h - 5, "RVQNNOOPQQRRSTQ", c);
up_frame(x, y, w, h, c);
}
@@ -175,5 +177,5 @@ Fl_Boxtype fl_define_FL_PLASTIC_UP_BOX() {
//
-// End of "$Id: fl_plastic.cxx,v 1.1.2.14 2003/01/11 14:19:17 easysw Exp $".
+// End of "$Id: fl_plastic.cxx,v 1.1.2.15 2003/01/13 19:24:08 easysw Exp $".
//