From f1375fe19db064fcebf00433ce73eab99be038ef Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 25 Oct 2003 00:35:49 +0000 Subject: [project @ 2003-10-25 00:35:49 by bursa] Split out and clean up form submit code. svn path=/import/netsurf/; revision=374 --- desktop/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 619ded567..bb52979c2 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -58,7 +58,7 @@ gui_safety gui_window_set_redraw_safety(gui_window* g, gui_safety s); void gui_window_start_throbber(gui_window* g); void gui_window_stop_throbber(gui_window* g); -void gui_gadget_combo(struct browser_window* bw, struct gui_gadget* g, unsigned long mx, unsigned long my); +void gui_gadget_combo(struct browser_window* bw, struct form_control* g, unsigned long mx, unsigned long my); void gui_window_place_caret(gui_window *g, int x, int y, int height); -- cgit v1.2.3