summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2004-03-21 04:07:12 (GMT)
committerwolfsuit <wolfsuit>2004-03-21 04:07:12 (GMT)
commitc2da6a0a28663eaa6d83b85a549c005cf6957092 (patch)
tree08221661d5894628d559bf730ab130a9363675fe /ChangeLog
parent65423864cf9618016945cddd968b3f2c4343dcfc (diff)
downloadtk-c2da6a0a28663eaa6d83b85a549c005cf6957092.zip
tk-c2da6a0a28663eaa6d83b85a549c005cf6957092.tar.gz
tk-c2da6a0a28663eaa6d83b85a549c005cf6957092.tar.bz2
XMoveWindow and XMoveResizeWindow need to propagate ConfigureNotify events
to the children of the moved or resized window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6034062..dbd4a74 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-18 Daniel Steffen <das@users.sourceforge.net>
Removed support for Mac OS Classic platform [Patch 918139]