Commit 18404804 authored by Tim Clem's avatar Tim Clem Committed by Alexandre Julliard

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

Testing on Windows confirms this behavior. Signed-off-by: 's avatarTim Clem <tclem@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 2407f9b8
......@@ -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);
......
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