From 138d0754c9dff39c853717fb1bb4b1c3ff416d9b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 29 Aug 2009 14:24:47 +0000 Subject: Font scaling - scaling now works for printing, need 2nd attempt at implementing it for browsing. svn path=/trunk/netsurf/; revision=9496 --- amiga/plotters.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index 5c734efd8..c58acfb8e 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -33,6 +33,7 @@ struct gui_globals APTR areabuf; APTR tmprasbuf; struct Rectangle rect; + float scale; #ifdef NS_AMIGA_CAIRO cairo_surface_t *surface; cairo_t *cr; -- cgit v1.2.3