summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-04-06 17:25:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-04-06 17:25:21 +0000
commit9f39880e8cc14a2b8f72d831e734228f66b3e7a1 (patch)
tree0ef63d46bd56a6eeb3ab71061fae4086291f4288
parent3154d42ee46e5e3cada60ec53fe5843edecca66c (diff)
downloadnetsurf-9f39880e8cc14a2b8f72d831e734228f66b3e7a1.tar.gz
netsurf-9f39880e8cc14a2b8f72d831e734228f66b3e7a1.tar.bz2
fix compilation
svn path=/trunk/netsurf/; revision=7054
-rwxr-xr-xamiga/gui.c6
1 files 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;