summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-04-27 14:39:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-04-27 14:39:27 +0000
commitff3295f0365fcb3262129047311072138e208fcd (patch)
tree6b64d7cec6c67cdd487b5997fafbe5718342576b /CHANGES
parent36b469928ed6833c792dc1a7451e6b65b08dc266 (diff)
Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for
all of the key and button states in FLTK. SunOS 4.x changes (check for <sys/stdtypes.h> and don't rely on realloc(NULL, size) working - this doesn't work on a lot of platforms!) Fix nesting of #ifdefs in vsnprintf.c - the C++ wrapper stuff wasn't being included outside the checks for the individual functions... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1444 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 855bcebfc..c59447e63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,11 @@ CHANGES SINCE FLTK 1.0.10
- Added support for AIX (static library only).
+ - Added support for SunOS 4.x
+
+ - Now process WIN32 WM_ACTIVATEAPP message to reset the
+ key and button states in Fl::e_state.
+
- Fl_has_idle only tested N-1 callbacks and missed one.
- Restored WM_SYNCPAINT handling under WIN32; this fixed