Commit a86cfc68 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winemac: Reset cursor clipping and capture when window dragging begins.

parent 70c4f43e
......@@ -2164,7 +2164,9 @@ void macdrv_window_drag_begin(HWND hwnd)
data->being_dragged = TRUE;
release_win_data(data);
ClipCursor(NULL);
SendMessageW(hwnd, WM_ENTERSIZEMOVE, 0, 0);
ReleaseCapture();
while (GetMessageW(&msg, 0, 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