diff options
author | wolfsuit <wolfsuit> | 2004-03-21 03:54:58 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2004-03-21 03:54:58 (GMT) |
commit | d55ba4f2606219b20e83d36163db991d2345e326 (patch) | |
tree | f5d8ae61cc98daf1bd51d521f4e39abf734be16e /ChangeLog | |
parent | 284cb67abb5caf36c88b9e5bac8a6c41f305df46 (diff) | |
download | tk-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-- | 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-17 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXHLEvents.c (ApplicationCarbonEventsHandler): New |