mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Set mouse position in timer messages
svn path=/trunk/; revision=19173
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user