Commit e2f888a6 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Allow the visible region to be zero since this is the case for metafiles.

parent bbb1626b
......@@ -51,12 +51,6 @@ void CLIPPING_UpdateGCRegion( DC * dc )
{
HRGN clip_rgn;
if (!dc->hVisRgn)
{
ERR("hVisRgn is zero. Please report this.\n" );
exit(1);
}
/* update the intersection of meta and clip regions */
if (dc->hMetaRgn && dc->hClipRgn)
{
......
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