summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-09-10 17:02:17 (GMT)
committerdas <das@noemail.net>2006-09-10 17:02:17 (GMT)
commit2073a99fadc8f5770c84c6d263e1355f676ad3d7 (patch)
tree230b3eafa300259c3ce0d4d52b68481d39f90ecf /macosx
parentc6fec75615da156bc4c818cc5b7620811b797565 (diff)
downloadtk-2073a99fadc8f5770c84c6d263e1355f676ad3d7.zip
tk-2073a99fadc8f5770c84c6d263e1355f676ad3d7.tar.gz
tk-2073a99fadc8f5770c84c6d263e1355f676ad3d7.tar.bz2
whitespace
FossilOrigin-Name: 99b6657a1582c72f686889e863ec051f1066b3e5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index b005143..694bf53 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.7.2.31 2006/08/18 07:47:25 das Exp $
+ * RCS: @(#) $Id: tkMacOSXWm.c,v 1.7.2.32 2006/09/10 17:02:18 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -2192,7 +2192,7 @@ Tcl_Obj *CONST objv[]; /* Argument objects. */
* FIX: We need an UpdateWrapper equivalent to make this 100% correct
*/
if (boolean) {
- if (wmPtr->macClass == kDocumentWindowClass || (wmPtr->master != None &&
+ if (wmPtr->macClass == kDocumentWindowClass || (wmPtr->master != None &&
wmPtr->macClass == kFloatingWindowClass)) {
wmPtr->macClass = kSimpleWindowClass;
wmPtr->attributes = kWindowNoAttributes;