summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-08-30 12:25:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-08-30 12:25:38 +0000
commit73db706295f1b5a16309e4e334367e5d8469573f (patch)
tree7a6bff98055a27573b71ded1a3aafdb4116d5799 /amiga
parent4479da540f9a8b6c2361b22d3ccc6bc823c59aa2 (diff)
downloadnetsurf-73db706295f1b5a16309e4e334367e5d8469573f.tar.gz
netsurf-73db706295f1b5a16309e4e334367e5d8469573f.tar.bz2
Revert accidental change which was causing corruption down the right-hand side of
images svn path=/trunk/netsurf/; revision=10723
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/plotters.c4
1 files changed, 2 insertions, 2 deletions
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);