diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-11-08 15:05:48 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-11-08 15:05:48 +0000 |
| commit | a90ca2d60a0cdf699410be34fde62a03558715b4 (patch) | |
| tree | 8764d77661768fa2bb1f4ccd60656cd41f0678f1 /src/fl_boxtype.cxx | |
| parent | 4c68a1ca547f15de9b7b53173974cd1683b1535b (diff) | |
Patches from Bill:
- Box type problems with 2-pixel boxes (wrong colors)
- Fl_Pixmap fix (uchar instead of char)
- Style demo fixes for Windows.
- HPUX comparison function prototype wrong.
- Spelling errors...
git-svn-id: file:///fltk/svn/fltk/trunk@70 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_boxtype.cxx')
| -rw-r--r-- | src/fl_boxtype.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index f18a83754..6666e53c9 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_boxtype.cxx,v 1.4 1998/10/21 14:20:44 mike Exp $" +// "$Id: fl_boxtype.cxx,v 1.5 1998/11/08 15:05:46 mike Exp $" // // Box drawing code for the Fast Light Tool Kit (FLTK). // @@ -120,7 +120,7 @@ void fl_up_frame(int x, int y, int w, int h, Fl_Color) { fl_frame2("HHWW",x,y,w,h); #else #if BORDER_WIDTH == 2 - fl_frame2("AAPPMMWU",x,y,w,h); + fl_frame2("AAUWMMSS",x,y,w,h); #else fl_frame("AAAAWUJJUSNN",x,y,w,h); #endif @@ -282,5 +282,5 @@ const { } // -// End of "$Id: fl_boxtype.cxx,v 1.4 1998/10/21 14:20:44 mike Exp $". +// End of "$Id: fl_boxtype.cxx,v 1.5 1998/11/08 15:05:46 mike Exp $". // |
