From 9f39880e8cc14a2b8f72d831e734228f66b3e7a1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 6 Apr 2009 17:25:21 +0000 Subject: fix compilation svn path=/trunk/netsurf/; revision=7054 --- amiga/gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amiga/gui.c b/amiga/gui.c index b9f2272cc..216bd0ef6 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -2362,7 +2362,7 @@ void gui_window_set_scroll(struct gui_window *g, int sx, int sy) g->scrollx = sx; g->scrolly = sy; - history_set_current_scroll(g->shared->bw->history,g->scrollx,g->scrolly); +// history_set_current_scroll(g->shared->bw->history,g->scrollx,g->scrolly); } } @@ -2810,8 +2810,8 @@ void ami_scroller_hook(struct Hook *hook,Object *object,struct IntuiMessage *msg { case OID_HSCROLL: case OID_VSCROLL: - history_set_current_scroll(gwin->bw->history, - gwin->bw->window->scrollx,gwin->bw->window->scrolly); +// history_set_current_scroll(gwin->bw->history, +// gwin->bw->window->scrollx,gwin->bw->window->scrolly); if(!option_faster_scroll) gwin->redraw_required = true; -- cgit v1.2.3