diff options
author | das <das> | 2006-11-02 12:24:41 (GMT) |
---|---|---|
committer | das <das> | 2006-11-02 12:24:41 (GMT) |
commit | ceb8b9af618d56affcb8522ec7ba487790c50e9c (patch) | |
tree | 3802e13bdb1e33ce1a691993927b8dda433ea32f /ChangeLog | |
parent | 29255e21c2bc1d822f6396fa082720a53a665dec (diff) | |
download | tk-ceb8b9af618d56affcb8522ec7ba487790c50e9c.zip tk-ceb8b9af618d56affcb8522ec7ba487790c50e9c.tar.gz tk-ceb8b9af618d56affcb8522ec7ba487790c50e9c.tar.bz2 |
* macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling of
Carbon Update events: the QuickDraw window update region was being
ignored and all child TkWindows were sent an Expose XEvent even when
they did not need to be redrawn. [Patch 1589226]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-11-02 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling of + Carbon Update events: the QuickDraw window update region was being + ignored and all child TkWindows were sent an Expose XEvent even when + they did not need to be redrawn. [Patch 1589226] + 2006-11-01 Daniel Steffen <das@users.sourceforge.net> * macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private |