diff options
author | das <das> | 2006-11-02 12:24:48 (GMT) |
---|---|---|
committer | das <das> | 2006-11-02 12:24:48 (GMT) |
commit | 50229ff3a68b379356d5f5dbbd8268e7812b30df (patch) | |
tree | f8f50e4c4d1dfa64781df97c54cde4de8115878a /ChangeLog | |
parent | 186128bc03cce2f6497a753f1940227187dcc4aa (diff) | |
download | tk-50229ff3a68b379356d5f5dbbd8268e7812b30df.zip tk-50229ff3a68b379356d5f5dbbd8268e7812b30df.tar.gz tk-50229ff3a68b379356d5f5dbbd8268e7812b30df.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 |