From d7d9e0cdc3c89fa6091a98546ec95bbfaf5b2163 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 14 Apr 2008 20:57:24 +0200 Subject: - Added input image for FORMS. --- src/html.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/html.hh') diff --git a/src/html.hh b/src/html.hh index f4b99296..910f3e47 100644 --- a/src/html.hh +++ b/src/html.hh @@ -13,7 +13,8 @@ extern "C" { */ void a_Html_form_event_handler(void *data, form::Form *form_receiver, - void *v_resource); + void *v_resource, + int click_x, int click_y); void a_Html_free(void *data); void a_Html_load_images(void *v_html, DilloUrl *pattern); -- cgit v1.2.3