summaryrefslogtreecommitdiff
path: root/riscos/uri.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-02-25 15:12:58 +0000
committerJames Bursa <james@netsurf-browser.org>2004-02-25 15:12:58 +0000
commit7897a98a4c7475e116f406ab173139c959d6dfb6 (patch)
tree5d51f0f542e80025b2e16d261ac2749d81abfae6 /riscos/uri.c
parentdeaaa4a753bc2bc4b694845a720b51e7ceafb742 (diff)
downloadnetsurf-7897a98a4c7475e116f406ab173139c959d6dfb6.tar.gz
netsurf-7897a98a4c7475e116f406ab173139c959d6dfb6.tar.bz2
[project @ 2004-02-25 15:12:57 by bursa]
Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
Diffstat (limited to 'riscos/uri.c')
-rw-r--r--riscos/uri.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/riscos/uri.c b/riscos/uri.c
index aac943f2a..ae13ba0ea 100644
--- a/riscos/uri.c
+++ b/riscos/uri.c
@@ -57,20 +57,7 @@ void ro_uri_message_received(uri_full_message_process* uri_message)
xuri_request_uri(0, uri_requested, uri_length, uri_handle, NULL);
- bw = create_browser_window(browser_TITLE | browser_TOOLBAR
- | browser_SCROLL_X_ALWAYS | browser_SCROLL_Y_ALWAYS, 640, 480
-#ifdef WITH_FRAMES
- , NULL
-#endif
- );
-
- gui_window_show(bw->window);
- browser_window_open_location(bw, uri_requested);
-
- wimp_set_caret_position(bw->window->data.browser.toolbar,
- ICON_TOOLBAR_URL,
- 0,0,-1, (int) strlen(bw->window->url) - 1);
-
+ browser_window_create(uri_requested);
xfree(uri_requested);
}