summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-10-15 18:38:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-10-15 18:38:32 (GMT)
commitc1bdc631fe9cbf391d13b23956e038bef596cbbf (patch)
treee3487a278609005db397864c3267df8c395d36ba /macosx/tkMacOSXWm.c
parent1b633c1a2c27d0385c2c8ceaa76592f1257ab869 (diff)
downloadtk-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.c3
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);
}