summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2005-08-21 03:29:22 (GMT)
committermistachkin <mistachkin@noemail.net>2005-08-21 03:29:22 (GMT)
commitdbc334ec823622cf9e7c60a3344a7eafe74d4f2e (patch)
tree753fb1d928e97462c166bb28726624454de1aac5 /win/tkWinX.c
parent9b91dbf600cd8143a5ca1c6f51617c3daa34ef95 (diff)
downloadtk-dbc334ec823622cf9e7c60a3344a7eafe74d4f2e.zip
tk-dbc334ec823622cf9e7c60a3344a7eafe74d4f2e.tar.gz
tk-dbc334ec823622cf9e7c60a3344a7eafe74d4f2e.tar.bz2
Fix for [Bug 1216006]
FossilOrigin-Name: 9e412edfa3abeea203ef902a09b34d2b15231d9f
Diffstat (limited to 'win/tkWinX.c')
-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));
}