summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2007-11-09 07:36:45 (GMT)
committerdas <das>2007-11-09 07:36:45 (GMT)
commit42f6125edcd91411a5542d054ef24046c72bbaf3 (patch)
treeac247525d9bd5b09cd6aa09f0179df3640f7f89f
parenta1d5dbf1402b1c6dcd0070f1cbfa443ac0b8447a (diff)
downloadtk-42f6125edcd91411a5542d054ef24046c72bbaf3.zip
tk-42f6125edcd91411a5542d054ef24046c72bbaf3.tar.gz
tk-42f6125edcd91411a5542d054ef24046c72bbaf3.tar.bz2
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
-rw-r--r--macosx/tkMacOSXButton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c
index c3205b5..cde525c 100644
--- a/macosx/tkMacOSXButton.c
+++ b/macosx/tkMacOSXButton.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXButton.c,v 1.2.2.19 2007/11/09 06:26:54 das Exp $
+ * RCS: @(#) $Id: tkMacOSXButton.c,v 1.2.2.20 2007/11/09 07:36:45 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -900,7 +900,7 @@ TkMacOSXDrawControl(
* The control has been previously initialised.
* It may need to be re-initialised
*/
-#ifdef TK_REBUILD_TOPLEVEL
+#if 0
rebuild = (winPtr->flags & TK_REBUILD_TOPLEVEL);
winPtr->flags &= ~TK_REBUILD_TOPLEVEL;
#else