summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXButton.c
diff options
context:
space:
mode:
authordas <das>2007-11-09 07:36:45 (GMT)
committerdas <das>2007-11-09 07:36:45 (GMT)
commit26edad6b5596aa6f86419b7e11ee24d3233e29d9 (patch)
treeac247525d9bd5b09cd6aa09f0179df3640f7f89f /macosx/tkMacOSXButton.c
parentc084807f6756f688417bc46757da43ed5a1e9f39 (diff)
downloadtk-26edad6b5596aa6f86419b7e11ee24d3233e29d9.zip
tk-26edad6b5596aa6f86419b7e11ee24d3233e29d9.tar.gz
tk-26edad6b5596aa6f86419b7e11ee24d3233e29d9.tar.bz2
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
Diffstat (limited to 'macosx/tkMacOSXButton.c')
-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