diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index 8a8d901f..e63401d5 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -74,6 +74,7 @@ private: void property_changed(const Raul::URI& key, const Raul::Atom& value); bool on_event(GdkEvent* ev); + bool on_click(GdkEventButton* ev); void moved(); //static ArtVpathDash* _dash; |