summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2005-03-10 07:32:25 (GMT)
committerwolfsuit <wolfsuit>2005-03-10 07:32:25 (GMT)
commitc6bbd37ba31a119fdbd82c318f023153f1764065 (patch)
treec4907b1fac3c1933939fe717d337a70d0b493e69 /ChangeLog
parent9fc74a06806ba13332afec6311d42357b4df4ab3 (diff)
downloadtk-c6bbd37ba31a119fdbd82c318f023153f1764065.zip
tk-c6bbd37ba31a119fdbd82c318f023153f1764065.tar.gz
tk-c6bbd37ba31a119fdbd82c318f023153f1764065.tar.bz2
Fix for bug 1160025.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 435fa6a..a6655ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-10 Jim Ingham <jingham@apple.com>
+
+ * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): In
+ the inDrag section, set the GrafPort to the drag window's GrafPort
+ before doing LocalToGlobal. [Bug 1160025]
+
2005-03-08 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinWm.c (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM.