summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-11-26 21:04:42 +0000
committerJames Bursa <james@netsurf-browser.org>2006-11-26 21:04:42 +0000
commitec563e60ca5dea8f903f287ac2dc7bd5350772bd (patch)
treeca76044ca3a907244e63acb2094686f7f7221d84 /riscos
parent21af6f7fda78586936405538e97e02ffa198f0e8 (diff)
downloadnetsurf-ec563e60ca5dea8f903f287ac2dc7bd5350772bd.tar.gz
netsurf-ec563e60ca5dea8f903f287ac2dc7bd5350772bd.tar.bz2
Add browser_window_reformat() and use it instead of content_reformat() to remove browser_window calls from html.c.
svn path=/trunk/netsurf/; revision=3071
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);
}