Changed CopyOffScreenBits to copy from 0,0 instead of using the aBounds (x,y)

This commit is contained in:
kmcclusk%netscape.com 1998-07-16 17:40:47 +00:00
parent 0f8921d050
commit 99e5b09d92

View File

@ -1069,7 +1069,7 @@ nsresult nsRenderingContextUnix :: CopyOffScreenBits(nsRect &aBounds)
mRenderingSurface->drawable,
mFrontBuffer->drawable,
mFrontBuffer->gc,
aBounds.x, aBounds.y, aBounds.width, aBounds.height, 0, 0);
0, 0, aBounds.width, aBounds.height, 0, 0);
if (nsnull != mRegion)
::XSetRegion(mRenderingSurface->display,