Commit bd59d233 authored by Sheri Steeves's avatar Sheri Steeves Committed by Alexandre Julliard

Added setting of cursor postition to MSG_PostToQueue.

parent 41b07fb4
......@@ -1558,8 +1558,7 @@ static BOOL MSG_PostToQueue( HQUEUE16 hQueue, int type, HWND hwnd,
msg.wParam = wParam;
msg.lParam = lParam;
msg.time = GetTickCount();
msg.pt.x = 0;
msg.pt.y = 0;
GetCursorPos(&msg.pt);
return QUEUE_AddMsg( hQueue, type, &msg, 0 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment