Commit 55efefdd authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Fix small mistake in the previous visible region patch.

parent fdc295db
......@@ -149,6 +149,7 @@ static HRGN get_server_visible_region( HWND hwnd, HWND top, UINT flags )
data->rdh.nCount = reply_size / sizeof(RECT);
data->rdh.nRgnSize = reply_size;
ret = ExtCreateRegion( NULL, size, data );
retry = FALSE;
}
else
{
......
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