winemac.drv: Stop cursor clipping when a window is resized by dragging.

Testing on Windows confirms this behavior.

Signed-off-by: Tim Clem <tclem@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Tim Clem 2021-10-19 14:21:11 -07:00 committed by Alexandre Julliard
parent 2407f9b84e
commit 184048042e
1 changed files with 2 additions and 0 deletions

View File

@ -2873,6 +2873,8 @@ BOOL query_resize_start(HWND hwnd)
{
TRACE("hwnd %p\n", hwnd);
ClipCursor(NULL);
sync_window_min_max_info(hwnd);
SendMessageW(hwnd, WM_ENTERSIZEMOVE, 0, 0);