summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-03-04 01:13:03 (GMT)
committerhobbs <hobbs>2005-03-04 01:13:03 (GMT)
commit3a782b2140fc20125b740272d6080dbbff176d4a (patch)
tree14d8f3b23f73912d7a7538b7b1d58189a7ce468b
parent292732370ddd016fc2e2af3ba06e5d649a1457e4 (diff)
downloadtk-3a782b2140fc20125b740272d6080dbbff176d4a.zip
tk-3a782b2140fc20125b740272d6080dbbff176d4a.tar.gz
tk-3a782b2140fc20125b740272d6080dbbff176d4a.tar.bz2
correct xany -> xkey typo from 2005-02-28 commit
-rw-r--r--win/tkWinX.c4
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: