summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-21 15:03:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-21 15:03:02 +0000
commit555f7760777fccfa56763d7c45a0378bba01d2e4 (patch)
tree74883b07acba5280058d7409b512978736a07306 /CHANGES
parentddfe7bb5b62632fd96adbb241b4b4eb096fe5920 (diff)
Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).
Fixed silly but in preferences test (that was unrelated to Fl_Preferences). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5341 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3cd5bab14..9b8db58ee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
CHANGES IN FLTK 1.1.8
- - Fixed uninitialized data in OS X timout function
- (STR #1374).
+ - Fixed uninitialized data in OS X and WIN32
+ timout functions (STR #1374).
- Fixed speed issues when measuring text on OS X
with Quartz (STR #1386).
- Fixed focus issues on OS X (STR #1377)