- Fix build

svn path=/trunk/; revision=51306
This commit is contained in:
James Tabor 2011-04-09 20:41:04 +00:00
parent 86153cc8a8
commit e5989efb7f

View file

@ -2575,7 +2575,7 @@ BOOLEAN FASTCALL co_UserDestroyWindow(PWND Window)
msg.wParam = IntGetSysCursorInfo()->ButtonsDown;
msg.lParam = MAKELPARAM(gpsi->ptCursor.x, gpsi->ptCursor.y);
msg.pt = gpsi->ptCursor;
co_MsqInsertMouseMessage(&msg, 0, 0);
co_MsqInsertMouseMessage(&msg, 0, 0, TRUE);
if (!IntIsWindow(Window->head.h))
{