summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 4322e5748..6ce59e4a6 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -2892,7 +2892,7 @@ void ro_gui_window_process_reformats(void)
if (!g->reformat_pending)
continue;
g->reformat_pending = false;
- content_reformat(g->bw->current_content,
+ browser_window_reformat(g->bw,
g->old_width / 2 / g->option.scale,
g->old_height / 2 / g->option.scale);
}