diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2001-01-28 06:57:33 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2001-01-28 06:57:33 +0000 |
| commit | 4fb627c3d81a7574490d2e9fa1f1af60979deafa (patch) | |
| tree | 81c274e9aa7b940a92513b7a50c59a17f2f9e3fd /fluid | |
| parent | ffe92796d82eb51b4f2b0f90932ea4cee3d4e9be (diff) | |
fl_curve uses a much better algorithim to figure out how many pieces
to cut the curve into.
Right-ctrl does not delete selected text in Fl_Input, until you type a
composed character.
Added simple fltk.3 and fluid.1 manual pages and "make install" in the
documentation directory installs them.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/fluid.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index a3aa804c6..7fa063de7 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,5 +1,5 @@ // -// "$Id: fluid.cxx,v 1.15.2.10 2001/01/22 15:13:39 easysw Exp $" +// "$Id: fluid.cxx,v 1.15.2.11 2001/01/28 06:57:33 spitzak Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // @@ -24,7 +24,7 @@ // const char *copyright = -"The FLTK user interface designer version 1.0\n" +"The FLTK user interface designer version 1.0.11\n" "Copyright 1998-2001 by Bill Spitzak and others.\n" "\n" "This library is free software; you can redistribute it and/or " @@ -465,5 +465,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.15.2.10 2001/01/22 15:13:39 easysw Exp $". +// End of "$Id: fluid.cxx,v 1.15.2.11 2001/01/28 06:57:33 spitzak Exp $". // |
