From 816393d2d4aef5293e6acb8bc2c1344a53206a75 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 18 Apr 1999 19:17:03 +0000 Subject: 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 --- FL/Enumerations.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FL') 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 $". // -- cgit v1.2.3