From afdf72d7b58110b2848ed9be6b8c15cc45b59891 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 21 Aug 2012 15:27:52 +0100 Subject: Confine box_at_point to the document it's given. Callers are now responsible for calling whatever functionality for object boxes. Remove last bw dereference from render directory. Remove a couple of unused functions. --- render/form.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/form.h') diff --git a/render/form.h b/render/form.h index dab6a625d..c769dc960 100644 --- a/render/form.h +++ b/render/form.h @@ -33,6 +33,7 @@ struct box; struct form_control; struct form_option; struct form_select_menu; +struct html_content; /** Form submit method. */ typedef enum { @@ -175,6 +176,6 @@ void form_select_process_selection(hlcache_handle *h, struct form_control *control, int item); void form_submit(nsurl *page_url, struct browser_window *target, struct form *form, struct form_control *submit_button); -void form_radio_set(struct hlcache_handle *content, struct form_control *radio); +void form_radio_set(struct html_content *html, struct form_control *radio); #endif -- cgit v1.2.3