diff options
author | stanton <stanton> | 1998-11-10 19:04:51 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-11-10 19:04:51 (GMT) |
commit | 03b4b91c1628f9a273443adb656e878555a5e3f1 (patch) | |
tree | 66c00e04bd722268351f749804203519fbbffddb /win | |
parent | 2790a2bf2787210fe61671bb2fd56545772b4fd5 (diff) | |
download | tk-03b4b91c1628f9a273443adb656e878555a5e3f1.zip tk-03b4b91c1628f9a273443adb656e878555a5e3f1.tar.gz tk-03b4b91c1628f9a273443adb656e878555a5e3f1.tar.bz2 |
lint
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinWm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 4d0d887..ea7d07a 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.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: tkWinWm.c,v 1.1.4.2 1998/09/30 02:19:39 stanton Exp $ + * RCS: @(#) $Id: tkWinWm.c,v 1.1.4.3 1998/11/10 19:04:51 stanton Exp $ */ #include "tkWinInt.h" @@ -2179,7 +2179,7 @@ Tk_SetGrid(tkwin, reqWidth, reqHeight, widthInc, heightInc) && (wmPtr->widthInc == widthInc) && (wmPtr->heightInc == heightInc) && ((wmPtr->sizeHintsFlags & (PBaseSize|PResizeInc)) - == PBaseSize|PResizeInc)) { + == (PBaseSize|PResizeInc))) { return; } |