diff options
author | jcid <devnull@localhost> | 2008-04-14 20:57:24 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-14 20:57:24 +0200 |
commit | d7d9e0cdc3c89fa6091a98546ec95bbfaf5b2163 (patch) | |
tree | 2d53908f67784157812629d6cfcaf965cd3b3a2d /src/form.hh | |
parent | 7855307e64ec134a11bcd7f0590d51bfbf1394a2 (diff) |
- Added input image for FORMS.
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); }; |