summaryrefslogtreecommitdiff
path: root/riscos/uri.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-21 22:10:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-21 22:10:15 +0000
commitadc34761577a0508a3319af88273e3a6d1f0cb90 (patch)
treed493b50585456e307cdeddf15ebbd200246282d1 /riscos/uri.c
parent96bbdbc7ab6bcb4affccc7c356587891a15b133d (diff)
downloadnetsurf-adc34761577a0508a3319af88273e3a6d1f0cb90.tar.gz
netsurf-adc34761577a0508a3319af88273e3a6d1f0cb90.tar.bz2
[project @ 2003-12-21 22:10:15 by jmb]
Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
Diffstat (limited to 'riscos/uri.c')
-rw-r--r--riscos/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/uri.c b/riscos/uri.c
index 54b856151..5494887ee 100644
--- a/riscos/uri.c
+++ b/riscos/uri.c
@@ -72,7 +72,7 @@ void ro_uri_message_received(uri_full_message_process* uri_message)
}
bw = create_browser_window(browser_TITLE | browser_TOOLBAR
- | browser_SCROLL_X_ALWAYS | browser_SCROLL_Y_ALWAYS, 640, 480);
+ | browser_SCROLL_X_ALWAYS | browser_SCROLL_Y_ALWAYS, 640, 480, NULL);
gui_window_show(bw->window);
browser_window_open_location(bw, uri_requested);