From a979fc1569652196dfca61b1ea84788b5de8cb64 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 4 Mar 2005 01:13:03 +0000 Subject: correct xany -> xkey typo from 2005-02-28 commit --- win/tkWinX.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/tkWinX.c b/win/tkWinX.c index a0922c6..ef99c24 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinX.c,v 1.44 2005/02/28 22:11:57 hobbs Exp $ + * RCS: @(#) $Id: tkWinX.c,v 1.45 2005/03/04 01:13:03 hobbs Exp $ */ #include "tkWinInt.h" @@ -1117,7 +1117,7 @@ GenerateXEvent(hwnd, message, wParam, lParam) event.type = MouseWheelEvent; event.xany.send_event = -1; - event.xany.nbytes = 0; + event.xkey.nbytes = 0; event.xkey.keycode = (short) HIWORD(wParam); break; case WM_SYSKEYDOWN: -- cgit v0.12