summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-06-21 18:48:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-06-21 18:48:17 +0000
commit8eb48a8014ccced29dc824be2d25179980641546 (patch)
tree5be1cca7f0dbb27caa401d2c3bef358e7b9a9480
parent1150141ead2cf0920624833e37536da9afd9e089 (diff)
Added change note for GLUT_ROMAN and changed note for add_interval_timeout
to repeat_timeout... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e526638f8..574149f16 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
CHANGES SINCE FLTK 1.0.8
- More documentation fixes.
+ - GLUT_STROKE_*_ROMAN in glut.h are defined as 0,1 on
+ WIN32 to match the glut header files there.
- Added Fl::has_timeout() and Fl::has_idle() functions.
- - Added new Fl::add_interval_timeout() method that
+ - Added new Fl::repeat_timeout() method that
measures time from when the last timeout was called.
This has slightly less overhead and allows accurate
spacing of timeouts.