diff options
author | hobbs <hobbs@noemail.net> | 2005-03-04 01:13:03 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2005-03-04 01:13:03 (GMT) |
commit | 511778cfb83eade9d10e4dda9a4efbcd2679440a (patch) | |
tree | 14d8f3b23f73912d7a7538b7b1d58189a7ce468b /win | |
parent | a0f529f2bc1a37aa3736a3f3dad1c81783b88e0a (diff) | |
download | tk-511778cfb83eade9d10e4dda9a4efbcd2679440a.zip tk-511778cfb83eade9d10e4dda9a4efbcd2679440a.tar.gz tk-511778cfb83eade9d10e4dda9a4efbcd2679440a.tar.bz2 |
correct xany -> xkey typo from 2005-02-28 commit
FossilOrigin-Name: 7b64f2747688a171f8e5f57ddbfbd8ab2d11c4a6
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: |