summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-05-01 15:08:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-05-01 15:08:22 +0000
commit2f942e1c4a049cc64aa1ddd49dd87f0f011c8b37 (patch)
treec7906d426847a6d364dc9d20f0d81c3571563fc9 /FL/Enumerations.H
parent5c3e88c386ff80b96688b45c2806524273109b5b (diff)
Updated version numbers to 1.0.3.
Fixed browser bug in item_width() - would read past the end of the string under certain circumstances. Fixed browser resize bug - wasn't updating bounding box during check, so it could get in an infinite loop. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 7449da860..2f5e59efd 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,5 +1,5 @@
//
-// "$Id: Enumerations.H,v 1.18.2.2 1999/04/18 19:16:59 mike Exp $"
+// "$Id: Enumerations.H,v 1.18.2.3 1999/05/01 15:08:10 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 2
+#define FL_PATCH_VERSION 3
#define FL_VERSION ((double)FL_MAJOR_VERSION + \
(double)FL_MINOR_VERSION * 0.01)
@@ -91,6 +91,7 @@ enum Fl_When { // Fl_Widget::when():
FL_WHEN_RELEASE_ALWAYS= 6,
FL_WHEN_ENTER_KEY = 8,
FL_WHEN_ENTER_KEY_ALWAYS=10,
+ FL_WHEN_ENTER_KEY_CHANGED=11,
FL_WHEN_NOT_CHANGED = 2 // modifier bit to disable changed() test
};
@@ -364,5 +365,5 @@ enum Fl_Damage {
#endif
//
-// End of "$Id: Enumerations.H,v 1.18.2.2 1999/04/18 19:16:59 mike Exp $".
+// End of "$Id: Enumerations.H,v 1.18.2.3 1999/05/01 15:08:10 mike Exp $".
//