Put in the Tiling call from the RenderingContextImpl.

This commit is contained in:
dcone%netscape.com 2000-04-24 04:36:05 +00:00
parent 05bfe47153
commit da4105b736
2 changed files with 6 additions and 2 deletions

View File

@ -2278,7 +2278,9 @@ PRInt16 borderRadii[4],i;
}
}
#define DOTILE
aRenderingContext.DrawTile(image,x0,y0,x1,y1,tileWidth,tileHeight);
#ifdef DOTILE
nsIDrawingSurface *theSurface,*ts=nsnull;
nsRect srcRect,destRect,vrect,tvrect;

View File

@ -2278,7 +2278,9 @@ PRInt16 borderRadii[4],i;
}
}
#define DOTILE
aRenderingContext.DrawTile(image,x0,y0,x1,y1,tileWidth,tileHeight);
#ifdef DOTILE
nsIDrawingSurface *theSurface,*ts=nsnull;
nsRect srcRect,destRect,vrect,tvrect;