summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-01-26 13:31:51 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-01-26 13:31:51 +0000
commitffe92796d82eb51b4f2b0f90932ea4cee3d4e9be (patch)
treec07b18432867a9c83b505c38e6b2966c60c0ccdf /CHANGES
parent94788c4628f9cd80c16ca95ed6e9178c0e33b167 (diff)
Add call to GdiFlush() under WIN32.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1359 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e0fc3eb6a..fd10de1d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,13 +14,16 @@ CHANGES SINCE FLTK 1.0.10
and respond to them.
- "accu-timer": some changes to repeat_timeout that seem
- to make it accurate on Unix and Win32 at speeds up to
+ to make it accurate on Unix and WIN32 at speeds up to
500000 timeouts/second (and 700000 on Linux), and
within about .001% as accurate as the system clock.
- Fix to Fl_Valuator::step() by Guillermo Andrade.
- - Fixed the write-menu bug introduced in 1.0.10
+ - Fixed the FLUID write-menu bug introduced in 1.0.10
+
+ - Fl::flush() now calls GdiFlush() under WIN32 to
+ ensure that all graphics are drawn.
CHANGES SINCE FLTK 1.0.9