Fix small mistake in the previous visible region patch.

This commit is contained in:
Robert Shearman 2004-06-24 04:06:51 +00:00 committed by Alexandre Julliard
parent fdc295db0b
commit 55efefddee
1 changed files with 1 additions and 0 deletions

View File

@ -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
{