summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-07 19:28:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-07 19:28:34 +0000
commit651228e64d688e1a565ac88e60b736995ba84012 (patch)
tree14eb353e3f0e0c4d5af717d885e6a486206b8c33 /amiga/history_local.c
parentfebe19851e913aab1e9ed5cf3f59ee8346eb7f8a (diff)
downloadnetsurf-651228e64d688e1a565ac88e60b736995ba84012.tar.gz
netsurf-651228e64d688e1a565ac88e60b736995ba84012.tar.bz2
Migrate plotters to use a gui_globals pointer rather than RastPort.
svn path=/trunk/netsurf/; revision=8378
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c5
1 files changed, 3 insertions, 2 deletions
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);
}
/**