summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2003-05-28 05:10:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2003-05-28 05:10:05 +0000
commit1d4edf5fb93fffc9d81a75b40c5e28235d3147c9 (patch)
tree52d13cef1dc566a3622c806d58409692d0ac7a80 /CHANGES
parent9636dd13c147e93636258eca6d510235821bcf3e (diff)
Mac OS X's version of Fl::get_key(int) would mixup ctrl and meta.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c777b078a..d3e35c0f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.4
+ - Fl::get_key(x) would mix up Ctrl and Meta on OS X
- The configure script used the wrong dynamic library
linking command for OSX (STR #51)
- The Fl_Text_Editor widget did not set changed() nor