diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 10:53:07 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 10:53:07 +0000 |
| commit | fbe92ea11316b0f53a1030df6d3c79384b6d46b5 (patch) | |
| tree | 81f97884ff2e8596ec7231e390c0aa3932b0e4c5 /CHANGES | |
| parent | fbea5019fb1a778c89ab60ae98272fcdca528f50 (diff) | |
Fixed a problem with TrackMouseEvent() (Windows only) that would
generate wrong FL_LEAVE events with subwindows. TrackMouseEvent
is now enabled by default (it was disabled for GNU compilers).
It can be disabled by defining NO_TRACK_MOUSE.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ CHANGES IN FLTK 1.3.0 - - Improved test/subwindow.cxx (STR #2079) + - Fixed a problem with TrackMouseEvent() (Windows only) that would + generate wrong FL_LEAVE events with subwindows. TrackMouseEvent + is now enabled by default (it was disabled for GNU compilers). + It can be disabled by defining NO_TRACK_MOUSE. + Improved test/subwindow.cxx (STR #2079) - Fixed documentation (added missing COMCTRL32.LIB dependency) - Fixed menu position close to screen border (STR #2057) - Improved stability of fl_read_image (STR #2021) |
