summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-04-10 02:11:52 (GMT)
committerdas <das>2006-04-10 02:11:52 (GMT)
commit2b3297d87e0a346c25844138e8ef564e41cd0f89 (patch)
tree6604c0158bb35c6392439594b5eccfe017577607 /ChangeLog
parent7e098dde3d9828cb5775c4a89587f93082972387 (diff)
downloadtk-2b3297d87e0a346c25844138e8ef564e41cd0f89.zip
tk-2b3297d87e0a346c25844138e8ef564e41cd0f89.tar.gz
tk-2b3297d87e0a346c25844138e8ef564e41cd0f89.tar.bz2
added ref to bug 934524
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a017d6..34de79b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,9 @@
* macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): fix return
values, implement window dragging & growing in background (with Command
- key down) and by fronting clicks, use correct button & modifier state
- API when application is in background (also in TkMacOSXButtonKeyState).
+ key down) and by fronting clicks [Bug 934524], use correct button &
+ modifier state API when application is in background (also in
+ TkMacOSXButtonKeyState).
* macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): ensure QD port is set
correctly before using API relying on it.