Set mouse position in timer messages

svn path=/trunk/; revision=19173
This commit is contained in:
Gé van Geldorp 2005-11-12 09:52:06 +00:00
parent 21f6f8853b
commit 027b224db3

View file

@ -1805,6 +1805,8 @@ MsqGetTimerMessage(PUSER_MESSAGE_QUEUE MessageQueue,
Msg->message = Timer->Msg;
Msg->wParam = (WPARAM) Timer->IDEvent;
Msg->lParam = (LPARAM) Timer->TimerFunc;
IntGetCursorLocation(PsGetWin32Thread()->Desktop->WindowStation,
&Msg->pt);
if (Restart)
{