diff options
author | hobbs <hobbs> | 2006-12-19 19:51:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-12-19 19:51:06 (GMT) |
commit | 5b78102d4aff77621e721b53b98190ecb672683a (patch) | |
tree | 84a260dbb773915f953c04dd5456a0452111c649 /win | |
parent | 2c80bacd76b99ee0921ce6190897bff9669771a7 (diff) | |
download | tk-5b78102d4aff77621e721b53b98190ecb672683a.zip tk-5b78102d4aff77621e721b53b98190ecb672683a.tar.gz tk-5b78102d4aff77621e721b53b98190ecb672683a.tar.bz2 |
(TkpDisplayButton): lint init. [Bug 1618604]
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinButton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinButton.c b/win/tkWinButton.c index 4503595..c79aff8 100644 --- a/win/tkWinButton.c +++ b/win/tkWinButton.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinButton.c,v 1.29 2006/12/12 23:38:22 mdejong Exp $ + * RCS: @(#) $Id: tkWinButton.c,v 1.30 2006/12/19 19:51:06 hobbs Exp $ */ #define OEMRESOURCE @@ -349,7 +349,7 @@ TkpDisplayButton( * warning. */ int y, relief; register Tk_Window tkwin = butPtr->tkwin; - int width, height, haveImage = 0, haveText = 0, drawRing = 0; + int width = 0, height = 0, haveImage = 0, haveText = 0, drawRing = 0; RECT rect; int defaultWidth; /* Width of default ring. */ int offset; /* 0 means this is a label widget. 1 means it |