diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-07 00:25:43 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-07 00:25:43 (GMT) |
commit | 114517ca2014f21586487d79a7362b44af6b3540 (patch) | |
tree | 17c88a341322430e47b0ae50b50423cfe52580e7 /ChangeLog | |
parent | 201429e710c7c59022b3773a0368171bf3475eb6 (diff) | |
download | tk-114517ca2014f21586487d79a7362b44af6b3540.zip tk-114517ca2014f21586487d79a7362b44af6b3540.tar.gz tk-114517ca2014f21586487d79a7362b44af6b3540.tar.bz2 |
[Bug 1847002] On Windows a grab can be bypassed using the taskbar. This prevents that by handling the keyboard activation message and the system menu commands when grabs are present.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-01-07 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinWm.c: prevent grabs being bypassed on Windows [Bug 1847002] + 2009-01-06 Jan Nijtmans <nijtmans@users.sf.net> * generic/tk.h: A few const -> CONST86 modifications, improving |