user32: Reset the cursor clip rectangle before moving a window.

This commit is contained in:
Alexandre Julliard 2011-03-30 12:34:45 +02:00
parent 2b96875b6a
commit 2f368cfad2
1 changed files with 1 additions and 0 deletions

View File

@ -2491,6 +2491,7 @@ void WINPOS_SysCommandSizeMove( HWND hwnd, WPARAM wParam )
pt.x = (short)LOWORD(dwPoint);
pt.y = (short)HIWORD(dwPoint);
capturePoint = pt;
ClipCursor( NULL );
TRACE("hwnd %p command %04lx, hittest %d, pos %d,%d\n",
hwnd, syscommand, hittest, pt.x, pt.y);