diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-04-18 19:17:03 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-04-18 19:17:03 +0000 |
| commit | 816393d2d4aef5293e6acb8bc2c1344a53206a75 (patch) | |
| tree | 816991e7afc7c70b2de28281193b8109bb1d4166 /FL | |
| parent | 923aa16100771ca4cbcdb2e575f3fe17753d5d1f (diff) | |
Updated patch version to 2 (1.0.2)
Fixed missing fdsets variable in Fl_win32.cxx
Removed unused maxfd variable in Fl_win32.cxx
FLUID now outputs the window constructor with x,y arguments if
the class name is Fl_Group (this allows you to setup classes
using FLUID) Add extra code after all the widgets to move them
to the desired offset within the window.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@548 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 160b8c0eb..7449da860 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,5 +1,5 @@ // -// "$Id: Enumerations.H,v 1.18.2.1 1999/03/25 13:35:37 mike Exp $" +// "$Id: Enumerations.H,v 1.18.2.2 1999/04/18 19:16:59 mike Exp $" // // Enumerations for the Fast Light Tool Kit (FLTK). // @@ -56,7 +56,7 @@ #define FL_MAJOR_VERSION 1 #define FL_MINOR_VERSION 0 -#define FL_PATCH_VERSION 1 +#define FL_PATCH_VERSION 2 #define FL_VERSION ((double)FL_MAJOR_VERSION + \ (double)FL_MINOR_VERSION * 0.01) @@ -364,5 +364,5 @@ enum Fl_Damage { #endif // -// End of "$Id: Enumerations.H,v 1.18.2.1 1999/03/25 13:35:37 mike Exp $". +// End of "$Id: Enumerations.H,v 1.18.2.2 1999/04/18 19:16:59 mike Exp $". // |
