summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:24:47 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-29 14:24:47 +0000
commit138d0754c9dff39c853717fb1bb4b1c3ff416d9b (patch)
tree0ffceca5c34c322b5da1d87ca6e660f5ac4b5511 /amiga/plotters.c
parent0b6f91dd61346d1868bace6b7448aa26c8a75af0 (diff)
downloadnetsurf-138d0754c9dff39c853717fb1bb4b1c3ff416d9b.tar.gz
netsurf-138d0754c9dff39c853717fb1bb4b1c3ff416d9b.tar.bz2
Font scaling - scaling now works for printing, need 2nd attempt at implementing it for
browsing. svn path=/trunk/netsurf/; revision=9496
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index f83051484..0a5d5c001 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -116,6 +116,7 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
if(!width) width = scrn->Width;
if(!height) height = scrn->Width;
+ gg->scale = 1.0;
gg->layerinfo = NewLayerInfo();
gg->areabuf = AllocVec(100,MEMF_PRIVATE | MEMF_CLEAR);
gg->tmprasbuf = AllocVec(width*height,MEMF_PRIVATE | MEMF_CLEAR);