From 1a3615279866b201f842ea95addfa0cbb7731d6d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Dec 2011 21:57:49 +0000 Subject: Move event handling down to C level. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3809 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/NodeModule.hpp') diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index 0c579d27..16d777ba 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -69,6 +69,7 @@ public: protected: NodeModule(PatchCanvas& canvas, SharedPtr node); + bool on_event(GdkEvent* ev); bool on_click(GdkEventButton* ev); void on_double_click(GdkEventButton* ev); -- cgit v1.2.1