diff options
Diffstat (limited to 'src/fl_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 2a304f945..65726d694 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -1,8 +1,30 @@ -// fl_rect.C +// +// "$Id" +// +// Rectangle drawing routines for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998 by Bill Spitzak and others. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Library General Public License for more details. +// +// You should have received a copy of the GNU Library General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +// USA. +// +// Please report all bugs and problems to "fltk-bugs@easysw.com". +// // These routines from fl_draw.H are used by the standard boxtypes // and thus are always linked into an fltk program. - // Also all fl_clip routines, since they are always linked in so // that minimal update works. @@ -350,4 +372,6 @@ int fl_clip_box(int x, int y, int w, int h, int& X, int& Y, int& W, int& H){ #endif } -// end of fl_rect.C +// +// End of "$Id: fl_rect.cxx,v 1.6 1998/10/19 20:46:41 mike Exp $". +// |
