diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-09-13 20:49:44 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-09-13 20:49:44 (GMT) |
commit | f5be65750d6c3d4a8c2db8e2953e8de63486b6d6 (patch) | |
tree | 04a7b96bfe837ae870d19ef78eec77aed860b817 /ChangeLog | |
parent | 93bdd50a208d28badb974136ee9ac796dcea0fec (diff) | |
parent | 010ffd6b49539ce3084d34ed117d329e3e102287 (diff) | |
download | tk-f5be65750d6c3d4a8c2db8e2953e8de63486b6d6.zip tk-f5be65750d6c3d4a8c2db8e2953e8de63486b6d6.tar.gz tk-f5be65750d6c3d4a8c2db8e2953e8de63486b6d6.tar.bz2 |
[Bug 3567453]: Clip regions must be cleared with XSetClipMask and not
TkSetRegion on X11.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-09-13 Donal K. Fellows <dkf@users.sf.net> + * generic/ttk/ttkEntry.c (EntryDisplay): [Bug 3567453]: Clip regions + * generic/ttk/ttkLabel.c (TextDraw): must be cleared with XSetClipMask + * xlib/xgc.c (TkSetRegion): and not TkSetRegion, or crashes will ensue + on X11-based builds, which can't handle None for a region argument. + Added a clean panic to the non-X11 TkSetRegion to catch this case and + stop such confusion from happening again. + +2012-09-13 Donal K. Fellows <dkf@users.sf.net> + * win/tkWinWm.c (WmTransientCmd): [Bug 3567283]: Added missing cast. 2012-09-11 Donal K. Fellows <dkf@users.sf.net> |