diff options
Diffstat (limited to 'src/html.hh')
-rw-r--r-- | src/html.hh | 3 |
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); |