summaryrefslogtreecommitdiffstats
path: root/ToolGrab.h
diff options
context:
space:
mode:
Diffstat (limited to 'ToolGrab.h')
-rw-r--r--ToolGrab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ToolGrab.h b/ToolGrab.h
index ec9f110..80ecc0a 100644
--- a/ToolGrab.h
+++ b/ToolGrab.h
@@ -47,9 +47,9 @@ class ToolGrab : public Tool, public EventHandler {
return this;
}
- virtual bool buttonPress(unsigned int button);
- virtual bool buttonRelease(unsigned int button);
- virtual bool motion();
+ virtual bool buttonPress(unsigned int button, const Vertex *v);
+ virtual bool buttonRelease(unsigned int button, const Vertex *v);
+ virtual bool motion(const Vertex *v);
virtual Sidebar* getSidebar() {
return &sidebar;