mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 22:09:43 +03:00
Revert accidental change which was causing corruption down the right-hand side of
images svn path=/trunk/netsurf/; revision=10723
This commit is contained in:
parent
4479da540f
commit
73db706295
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user