gdi32: Allow the visible region to be zero since this is the case for metafiles.
This commit is contained in:
parent
bbb1626bf8
commit
e2f888a617
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue