From a102f34fa6fe25b928c0d27bcf7bae60c4906d95 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 5 Jul 2006 01:23:25 +0000 Subject: Make adjust-clicking submit open a new window (fix 1430135) svn path=/trunk/netsurf/; revision=2716 --- desktop/browser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index 516ba7394..7bc985a40 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -123,8 +123,8 @@ typedef enum { extern struct browser_window *current_redraw_browser; -void browser_window_create(const char *url, struct browser_window *clone, - char *referer, bool history_add); +struct browser_window * browser_window_create(const char *url, + struct browser_window *clone, char *referer, bool history_add); void browser_window_go(struct browser_window *bw, const char *url, char *referer, bool history_add); void browser_window_go_post(struct browser_window *bw, const char *url, @@ -150,7 +150,7 @@ void browser_window_form_select(struct browser_window *bw, struct form_control *control, int item); void browser_redraw_box(struct content *c, struct box *box); void browser_form_submit(struct browser_window *bw, struct form *form, - struct form_control *submit_button); + struct form_control *submit_button, bool new_window); void browser_window_redraw_rect(struct browser_window *bw, int x, int y, int width, int height); -- cgit v1.2.3