diff options
author | hobbs <hobbs> | 2005-03-04 01:13:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-03-04 01:13:03 (GMT) |
commit | a979fc1569652196dfca61b1ea84788b5de8cb64 (patch) | |
tree | 14d8f3b23f73912d7a7538b7b1d58189a7ce468b /win | |
parent | 92c9bd74096d941af4a349b26b5923597447c99b (diff) | |
download | tk-a979fc1569652196dfca61b1ea84788b5de8cb64.zip tk-a979fc1569652196dfca61b1ea84788b5de8cb64.tar.gz tk-a979fc1569652196dfca61b1ea84788b5de8cb64.tar.bz2 |
correct xany -> xkey typo from 2005-02-28 commit
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinX.c | 4 |
1 files 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: |