From 78b8d3dd8e739b162a7abeda77b0fd46b9d9d2ca Mon Sep 17 00:00:00 2001 From: davygrvy Date: Tue, 16 Dec 2003 03:29:12 +0000 Subject: opps.. paren typo --- win/tkWinWm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/tkWinWm.c b/win/tkWinWm.c index c612e64..e92198c 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinWm.c,v 1.57 2003/12/16 03:23:03 davygrvy Exp $ + * RCS: @(#) $Id: tkWinWm.c,v 1.58 2003/12/16 03:29:12 davygrvy Exp $ */ #include "tkWinInt.h" @@ -5034,8 +5034,8 @@ UpdateGeometryInfo(clientData) * state of the window changes. */ - if (wmPtr->wrapper && IsIconic(wmPtr->wrapper) || - IsZoomed(wmPtr->wrapper)) { + if (wmPtr->wrapper && (IsIconic(wmPtr->wrapper) || + IsZoomed(wmPtr->wrapper))) { return; } -- cgit v0.12