summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2005-08-21 03:29:22 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2005-08-21 03:29:22 (GMT)
commitc30673f8047e10cd3e4aec093e5e1ce312f90f71 (patch)
tree753fb1d928e97462c166bb28726624454de1aac5 /win
parent4a3e6e1f6996989040a73a2a90d715b245efd80b (diff)
downloadtk-c30673f8047e10cd3e4aec093e5e1ce312f90f71.zip
tk-c30673f8047e10cd3e4aec093e5e1ce312f90f71.tar.gz
tk-c30673f8047e10cd3e4aec093e5e1ce312f90f71.tar.bz2
Fix for [Bug 1216006]
Diffstat (limited to 'win')
-rw-r--r--win/tkWinX.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index a99932f..d13e59a 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.48 2005/07/23 03:06:25 mdejong Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.49 2005/08/21 03:29:22 mistachkin Exp $
*/
/*
@@ -1927,7 +1927,7 @@ Tk_ResetUserInactiveTime(dpy)
inp.mi.mouseData = 0;
inp.mi.dwFlags = MOUSEEVENTF_MOVE;
inp.mi.time = 0;
- inp.mi.dwExtraInfo = (ULONG_PTR) NULL;
+ inp.mi.dwExtraInfo = (DWORD) NULL;
SendInput(1, &inp, sizeof(inp));
}