This commit is contained in:
michaelp%netscape.com 1998-10-23 20:17:36 +00:00
Родитель f3e909a55e
Коммит ba8b08f2dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1130,7 +1130,7 @@ NS_IMETHODIMP nsRenderingContextMac :: CopyOffScreenBits(nsDrawingSurface aSrcSu
if (aCopyFlags & NS_COPYBITS_USE_SOURCE_CLIP_REGION)
{
::SetEmptyRgn(destport->clipRgn);
::CopyRgn(((nsDrawingSurfaceMac)aSrcSurf)->clipRgn, desport->clipRgn);
::CopyRgn(((nsDrawingSurfaceMac)aSrcSurf)->clipRgn, destport->clipRgn);
}
destpix = *((CGrafPtr)destport)->portPixMap;