Set mouse position in timer messages
Modified: trunk/reactos/subsys/win32k/ntuser/msgqueue.c
_____
Modified: trunk/reactos/subsys/win32k/ntuser/msgqueue.c
--- trunk/reactos/subsys/win32k/ntuser/msgqueue.c 2005-11-12
09:27:52 UTC (rev 19172)
+++ trunk/reactos/subsys/win32k/ntuser/msgqueue.c 2005-11-12
09:52:06 UTC (rev 19173)
@@ -1805,6 +1805,8 @@
Msg->message = Timer->Msg;
Msg->wParam = (WPARAM) Timer->IDEvent;
Msg->lParam = (LPARAM) Timer->TimerFunc;
+ IntGetCursorLocation(PsGetWin32Thread()->Desktop->WindowStation,
+ &Msg->pt);
if (Restart)
{
Show replies by date