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

This commit is contained in:
Alexandre Julliard 2009-04-07 20:41:30 +02:00
parent bbb1626bf8
commit e2f888a617
1 changed files with 0 additions and 6 deletions

View File

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