From 651228e64d688e1a565ac88e60b736995ba84012 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 7 Jul 2009 19:28:34 +0000 Subject: Migrate plotters to use a gui_globals pointer rather than RastPort. svn path=/trunk/netsurf/; revision=8378 --- amiga/history_local.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'amiga/history_local.c') diff --git a/amiga/history_local.c b/amiga/history_local.c index f15df6af6..b9f2c6f0a 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -167,10 +167,11 @@ void ami_history_redraw(struct history_window *hw) // currp = &glob.rp; - ami_clearclipreg(currp); + ami_clearclipreg(&browserglob.rp); ami_history_update_extent(hw); - BltBitMapRastPort(glob.bm,0,0,hw->win->RPort,bbox->Left,bbox->Top,bbox->Width,bbox->Height,0x0C0); + BltBitMapRastPort(browserglob.bm, 0, 0, hw->win->RPort, + bbox->Left, bbox->Top, bbox->Width, bbox->Height, 0x0C0); } /** -- cgit v1.2.3