mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 06:54:42 +03:00
More build fixing.
This commit is contained in:
parent
3efe56d7ef
commit
6867726326
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user