Added a few comments to remind me whats going on.

r=kedl
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-11-18 13:03:16 +00:00
parent c62b7e52d6
commit 97ac13763b

View File

@ -1793,7 +1793,7 @@ NS_IMETHODIMP nsRenderingContextPh :: CopyOffScreenBits(nsDrawingSurface aSrcSur
PR_LOG(PhGfxLog, PR_LOG_DEBUG, ("nsRenderingContextPh::CopyOffScreenBits area(x,y,w,h)=<%d,%d,%d,%d>\n",area.pos.x, area.pos.y,area.size.w, area.size.h ));
PR_LOG(PhGfxLog, PR_LOG_DEBUG, ("nsRenderingContextPh::CopyOffScreenBits clip valid=<%d> rect(x,y,w,h)=<%d,%d,%d,%d>\n",valid, rect.x,rect.y,rect.width,rect.height));
/* Flush the Source buffer */
/* Flush the Source buffer, Really need this */
((nsDrawingSurfacePh *)aSrcSurf)->Flush();
PhImage_t *image;
@ -1836,6 +1836,7 @@ NS_IMETHODIMP nsRenderingContextPh :: CopyOffScreenBits(nsDrawingSurface aSrcSur
abort();
}
/* The need for this is questionable */
destsurf->Flush();
#if 1
@ -1870,6 +1871,7 @@ NS_IMETHODIMP nsRenderingContextPh :: CopyOffScreenBits(nsDrawingSurface aSrcSur
abort();
}
/* The need for this is questionable */
destsurf->Flush();
#if 1