summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-10-25 00:35:49 +0000
committerJames Bursa <james@netsurf-browser.org>2003-10-25 00:35:49 +0000
commitf1375fe19db064fcebf00433ce73eab99be038ef (patch)
tree19e239a41a8a68baab5b444447adc3aae5bf04fa /desktop/browser.h
parent099d537267e8e4114128e59e2614c99d77dd4feb (diff)
downloadnetsurf-f1375fe19db064fcebf00433ce73eab99be038ef.tar.gz
netsurf-f1375fe19db064fcebf00433ce73eab99be038ef.tar.bz2
[project @ 2003-10-25 00:35:49 by bursa]
Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 8bd4f437b..38dc3628b 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -80,7 +80,7 @@ struct browser_action
action_buttons buttons;
} mouse;
struct {
- struct gui_gadget* g;
+ struct form_control* g;
int item;
} gadget_select;
} data;
@@ -114,7 +114,7 @@ int box_position_gt(struct box_position* x, struct box_position* y);
int box_position_eq(struct box_position* x, struct box_position* y);
int box_position_distance(struct box_position* x, struct box_position* y);
-void gui_redraw_gadget(struct browser_window* bw, struct gui_gadget* g);
+void gui_redraw_gadget(struct browser_window* bw, struct form_control* g);
void browser_window_stop_throbber(struct browser_window* bw);
void browser_window_reformat(struct browser_window* bw, int scroll_to_top);