diff options
author | wolfsuit <wolfsuit> | 2004-03-21 04:07:12 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-03-21 04:07:12 (GMT) |
commit | c2da6a0a28663eaa6d83b85a549c005cf6957092 (patch) | |
tree | 08221661d5894628d559bf730ab130a9363675fe /ChangeLog | |
parent | 65423864cf9618016945cddd968b3f2c4343dcfc (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |