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/history_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/history_local.c') diff --git a/amiga/history_local.c b/amiga/history_local.c index b9f2c6f0a..87a296b16 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -167,7 +167,7 @@ void ami_history_redraw(struct history_window *hw) // currp = &glob.rp; - ami_clearclipreg(&browserglob.rp); + ami_clearclipreg(&browserglob); ami_history_update_extent(hw); BltBitMapRastPort(browserglob.bm, 0, 0, hw->win->RPort, -- cgit v1.2.3