aboutsummaryrefslogtreecommitdiff
path: root/src/html.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-14 20:57:24 +0200
committerjcid <devnull@localhost>2008-04-14 20:57:24 +0200
commitd7d9e0cdc3c89fa6091a98546ec95bbfaf5b2163 (patch)
tree2d53908f67784157812629d6cfcaf965cd3b3a2d /src/html.hh
parent7855307e64ec134a11bcd7f0590d51bfbf1394a2 (diff)
- Added input image for FORMS.
Diffstat (limited to 'src/html.hh')
-rw-r--r--src/html.hh3
1 files changed, 2 insertions, 1 deletions
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);