aboutsummaryrefslogtreecommitdiff
path: root/test/form.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-08 16:32:27 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-08 16:32:27 +0100
commitc8b549abe1c85700c91e805e51b677a49ed5fd1d (patch)
treecd7c4053123335b3af203b6aaf6cdd99da5fa222 /test/form.hh
parent9e9dd0866570bcded7a26f0cbf1c0134c35e81d6 (diff)
parent4e93afcf54baaa4d2b689357ec47fd3ec585e44f (diff)
merge
Diffstat (limited to 'test/form.hh')
-rw-r--r--test/form.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/form.hh b/test/form.hh
index a04460f4..76eae9fe 100644
--- a/test/form.hh
+++ b/test/form.hh
@@ -130,8 +130,8 @@ private:
FormClickedReceiver (Form *form, const char *name, const char *value);
~FormClickedReceiver ();
- void clicked (dw::core::ui::ButtonResource *resource, int buttonNo,
- int x, int y);
+ void clicked(dw::core::ui::ButtonResource *resource,
+ dw::core::EventButton *event);
};
lout::container::typed::List <ResourceDecorator> *resources;