From 6867726326c88ce6538d0b0b81fce32d91596210 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 15 Feb 2014 18:59:54 +0000 Subject: More build fixing. --- amiga/context_menu.c | 2 +- amiga/history_local.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/context_menu.c b/amiga/context_menu.c index c487e948b..3bff4c293 100644 --- a/amiga/context_menu.c +++ b/amiga/context_menu.c @@ -910,7 +910,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved } else { - history_go(gwin->bw->history, + browser_window_history_go(gwin->bw, (struct history_entry *)userdata, false); } break; diff --git a/amiga/history_local.c b/amiga/history_local.c index 56d701d78..1f710b2e0 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -297,7 +297,7 @@ void ami_history_update_extent(struct history_window *hw) struct IBox *bbox; int width, height; - history_size(hw->bw->history, &width, &height); + browser_window_history_size(hw->bw, &width, &height); GetAttr(SPACE_AreaBox,hw->objects[GID_BROWSER],(ULONG *)&bbox); RefreshSetGadgetAttrs((APTR)hw->objects[OID_VSCROLL],hw->win,NULL, -- cgit v1.2.3