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