summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 17:41:24 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 17:41:24 +0000
commit0bdcf4b8e2538d499a95ac7153a5ad101b0100e0 (patch)
tree700d11cc3909ef41e44417b1f26f8b30ab5ea75f /amiga/plotters.c
parenta198acb7533e195a666d06434274c8fe115df8af (diff)
downloadnetsurf-0bdcf4b8e2538d499a95ac7153a5ad101b0100e0.tar.gz
netsurf-0bdcf4b8e2538d499a95ac7153a5ad101b0100e0.tar.bz2
Implement thumbnail creation
svn path=/trunk/netsurf/; revision=6736
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 10d7b75cd..50a13cd7b 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -103,7 +103,7 @@ void ami_cairo_set_dashed(cairo_t *cr)
bool ami_clg(colour c)
{
- p96RectFill(currp,0,0,scrn->Width-1,scrn->Height-1,
+ p96RectFill(currp,0,0,scrn->Width-1,scrn->Width-1,
p96EncodeColor(RGBFB_A8B8G8R8,c));
/*
SetRPAttrs(currp,RPTAG_BPenColor,p96EncodeColor(RGBFB_A8B8G8R8,c),