summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
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);
}
/**