From 3295d71a2fd0a4ecfde065b4aab5933ae4238612 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 23 Aug 2009 15:59:41 +0000 Subject: First attempt at Amiga printing support. Doesn't quite work - a column on the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410 --- amiga/plotters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index fb0583e2f..5c734efd8 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -60,8 +60,9 @@ bool ami_flush(void); bool ami_path(const float *p, unsigned int n, colour fill, float width, colour c, const float transform[6]); -void ami_init_layers(struct gui_globals *gg); +void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height); void ami_free_layers(struct gui_globals *gg); +void ami_clearclipreg(struct gui_globals *gg); struct gui_globals *glob; #endif -- cgit v1.2.3