summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2004-03-21 03:54:58 (GMT)
committerwolfsuit <wolfsuit>2004-03-21 03:54:58 (GMT)
commitd55ba4f2606219b20e83d36163db991d2345e326 (patch)
treef5d8ae61cc98daf1bd51d521f4e39abf734be16e /ChangeLog
parent284cb67abb5caf36c88b9e5bac8a6c41f305df46 (diff)
downloadtk-d55ba4f2606219b20e83d36163db991d2345e326.zip
tk-d55ba4f2606219b20e83d36163db991d2345e326.tar.gz
tk-d55ba4f2606219b20e83d36163db991d2345e326.tar.bz2
XMoveWindow and XMoveResizeWindow need to propagate configure notify events
down to their children.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ad99f3..ed9a335 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-20 Jim Ingham <jingham@apple.com>
+
+ * macosx/tkMacOSXSubwindows.c (GenerateConfigureNotify): New
+ function.
+ (XMoveWindow): Generate configure notify events for child
+ widgets on move.
+ (XMoveResizeWindow): Ditto.
+
2004-03-17 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXHLEvents.c (ApplicationCarbonEventsHandler): New