summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-09-10 17:02:18 (GMT)
committerdas <das@noemail.net>2006-09-10 17:02:18 (GMT)
commit0dbee8f9e202b9f018dd496e81630969fb1ecd7a (patch)
tree1dda339b21937b21b800d06e8949fb4a925b7279 /macosx
parentcc68de7c1d6294f8cfd7695c71825ed9a76c11ba (diff)
downloadtk-0dbee8f9e202b9f018dd496e81630969fb1ecd7a.zip
tk-0dbee8f9e202b9f018dd496e81630969fb1ecd7a.tar.gz
tk-0dbee8f9e202b9f018dd496e81630969fb1ecd7a.tar.bz2
whitespace
FossilOrigin-Name: 587bfc098c9b7854e47dda2c34782b44697b4480
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 34f23b0..dc0e9bc 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.40 2006/08/18 07:47:11 das Exp $
+ * RCS: @(#) $Id: tkMacOSXWm.c,v 1.41 2006/09/10 17:02:19 das Exp $
*/
#include "tkMacOSXInt.h"
@@ -2274,7 +2274,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;