diff options
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/form.hh b/src/form.hh index 06d4b0bc..380c921e 100644 --- a/src/form.hh +++ b/src/form.hh @@ -79,7 +79,8 @@ private: public: Form (void *p); ~Form (); - void clicked (dw::core::ui::ButtonResource *resource, int buttonNo); + void clicked (dw::core::ui::ButtonResource *resource, int buttonNo, + int x, int y); void activate (dw::core::ui::Resource *resource); }; |