summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-06-10 12:02:44 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2017-06-10 12:02:44 +0100
commit772ebc69c95bda5e5c35ab8aedfe9049cca212b7 (patch)
tree349010cce8dd9978d7b7af3b436bcd512e849d9a /frontends
parentb0358727d90383d9fee6ccff87f3f2274d9d4225 (diff)
downloadnetsurf-772ebc69c95bda5e5c35ab8aedfe9049cca212b7.tar.gz
netsurf-772ebc69c95bda5e5c35ab8aedfe9049cca212b7.tar.bz2
RISC OS: Local history now behaves the same as other core windows.
Diffstat (limited to 'frontends')
-rw-r--r--frontends/riscos/local_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/local_history.c b/frontends/riscos/local_history.c
index fae78e6ff..1ad63e027 100644
--- a/frontends/riscos/local_history.c
+++ b/frontends/riscos/local_history.c
@@ -90,7 +90,7 @@ ro_local_history_draw(struct ro_corewindow *ro_cw,
ro_plot_origin_x = originx;
ro_plot_origin_y = originy;
no_font_blending = true;
- local_history_redraw(lhw->session, r->x0, r->y0, r, &ctx);
+ local_history_redraw(lhw->session, 0, 0, r, &ctx);
no_font_blending = false;
return NSERROR_OK;