mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Fix small mistake in the previous visible region patch.
This commit is contained in:
parent
fdc295db0b
commit
55efefddee
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user