diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-15 18:38:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-15 18:38:32 (GMT) |
commit | c1bdc631fe9cbf391d13b23956e038bef596cbbf (patch) | |
tree | e3487a278609005db397864c3267df8c395d36ba /macosx/tkMacOSXWm.c | |
parent | 1b633c1a2c27d0385c2c8ceaa76592f1257ab869 (diff) | |
download | tk-c1bdc631fe9cbf391d13b23956e038bef596cbbf.zip tk-c1bdc631fe9cbf391d13b23956e038bef596cbbf.tar.gz tk-c1bdc631fe9cbf391d13b23956e038bef596cbbf.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 9870969..f18d400 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXWm.c,v 1.49.2.6 2007/10/11 16:04:45 dgp Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.49.2.7 2007/10/15 18:38:36 dgp Exp $ */ #include "tkMacOSXPrivate.h" @@ -5864,6 +5864,7 @@ ApplyWindowClassAttributeChanges( ChkErr(HIGrowBoxViewSetTransparent, growBoxView, true); } } + TkMacOSXInvalClipRgns((Tk_Window) winPtr); TkMacOSXInvalidateWindow((MacDrawable *)(winPtr->window), TK_PARENT_WINDOW); } |