diff options
author | das <das@noemail.net> | 2006-11-02 12:24:48 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-11-02 12:24:48 (GMT) |
commit | d234bfac7e126b76c935112a11ddbfcf6b64671c (patch) | |
tree | f8f50e4c4d1dfa64781df97c54cde4de8115878a /ChangeLog | |
parent | 4386a3b8a8c5d22ab97dc5e4def26987b52b44b2 (diff) | |
download | tk-d234bfac7e126b76c935112a11ddbfcf6b64671c.zip tk-d234bfac7e126b76c935112a11ddbfcf6b64671c.tar.gz tk-d234bfac7e126b76c935112a11ddbfcf6b64671c.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]
FossilOrigin-Name: e6579147fd0d20419382fb5628aa6718830ffd16
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 |