Author: chris_y
Date: Mon Aug 30 07:25:38 2010
New Revision: 10723
URL:
http://source.netsurf-browser.org?rev=10723&view=rev
Log:
Revert accidental change which was causing corruption down the right-hand side of
images
Modified:
trunk/netsurf/amiga/plotters.c
Modified: trunk/netsurf/amiga/plotters.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/amiga/plotters.c?rev=1072...
==============================================================================
--- trunk/netsurf/amiga/plotters.c (original)
+++ trunk/netsurf/amiga/plotters.c Mon Aug 30 07:25:38 2010
@@ -555,8 +555,8 @@
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);