summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-08-15 19:18:49 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-08-15 19:18:49 +0000
commit379804873e02c93d73f8d6174cdf74af9829e8b3 (patch)
treea428a10e792b19a49e113338deaa43a8646e2e1a /CHANGES
parent128fda2fd61dd0ec639ea4e7eee27e57f24a36f0 (diff)
Fixed Fl::event_text() for FL_DND_* events on Windows (STR 968)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4511 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4a9a2240f..4c99d5d73 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,7 @@ CHANGES IN FLTK 1.1.7
- Borderless windows will not show in the taskbar anymore
on X11 (STR #933)
- Fixed event_text() field on FL_DND_* event on
- OS X (STR #968)
+ OS X and WIN32 (STR #968)
- The fltk-config utility now supports "--cc" and "--cxx"
options to get the C and C++ compilers that were used
to compile FLTK (STR #868)