summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 12:48:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 12:48:29 (GMT)
commit4def430d27e774e715a2b4592b3f4b6ab895fb92 (patch)
tree73d5c5874f665c25efcc810695d0b973c3d22ce0 /win/tclWinTime.c
parent9367d3491bbeeca349b9e0a0f08f48d304cf43ab (diff)
parent09e5d9ded7cbb1cbd9098052f41da54a917a310a (diff)
downloadtcl-4def430d27e774e715a2b4592b3f4b6ab895fb92.zip
tcl-4def430d27e774e715a2b4592b3f4b6ab895fb92.tar.gz
tcl-4def430d27e774e715a2b4592b3f4b6ab895fb92.tar.bz2
Merge 8.7
Diffstat (limited to 'win/tclWinTime.c')
-rw-r--r--win/tclWinTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index 716b27e..07498b0 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -99,7 +99,7 @@ static struct {
int initialized; /* 1 if initialized, 0 otherwise */
int perfCounter; /* 1 if performance counter usable for wide clicks */
double microsecsScale; /* Denominator scale between clock / microsecs */
-} wideClick = {0, 0.0};
+} wideClick = {0, 0, 0.0};
/*