From 73db706295f1b5a16309e4e334367e5d8469573f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 30 Aug 2010 12:25:38 +0000 Subject: Revert accidental change which was causing corruption down the right-hand side of images svn path=/trunk/netsurf/; revision=10723 --- amiga/plotters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index eb64cb2d8..de60b9518 100755 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -555,8 +555,8 @@ static bool ami_bitmap(int x, int y, int width, int height, struct bitmap *bitma COMPTAG_DestY,glob->rect.MinY, COMPTAG_DestWidth,glob->rect.MaxX - glob->rect.MinX + 1, COMPTAG_DestHeight,glob->rect.MaxY - glob->rect.MinY + 1, - // COMPTAG_SrcWidth,width, - // COMPTAG_SrcHeight,height, + COMPTAG_SrcWidth,width, + COMPTAG_SrcHeight,height, COMPTAG_OffsetX,x, COMPTAG_OffsetY,y, TAG_DONE); -- cgit v1.2.3