summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-10 05:21:00 +0000
committerDavid Robillard <d@drobilla.net>2011-12-10 05:21:00 +0000
commit5590928168f6466a919b05b89ab06ec897e6405f (patch)
tree0cd872e18c83d72cb6f7945e9ff32286ddfe370e /src/PatchageModule.hpp
parent19f833d75708fb6c6c32a8b48283331aa3607aeb (diff)
downloadpatchage-5590928168f6466a919b05b89ab06ec897e6405f.tar.gz
patchage-5590928168f6466a919b05b89ab06ec897e6405f.tar.bz2
patchage-5590928168f6466a919b05b89ab06ec897e6405f.zip
Fix event handling.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3852 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 8b7e3ef..401a366 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -55,7 +55,7 @@ public:
ModuleType type() const { return _type; }
protected:
- bool on_click(GdkEventButton* ev);
+ bool on_event(GdkEvent* ev);
void add_port(Ganv::Port* port);
void remove_port(Ganv::Port* port);