summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_body.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_body.h')
-rw-r--r--gtk2_ardour/port_matrix_body.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix_body.h b/gtk2_ardour/port_matrix_body.h
index 2e31e3ed9b..2320efe4f2 100644
--- a/gtk2_ardour/port_matrix_body.h
+++ b/gtk2_ardour/port_matrix_body.h
@@ -59,11 +59,14 @@ public:
return _mouseover;
}
+ void highlight_associated_channels (int, uint32_t);
+
protected:
bool on_expose_event (GdkEventExpose *);
void on_size_request (Gtk::Requisition *);
void on_size_allocate (Gtk::Allocation &);
bool on_button_press_event (GdkEventButton *);
+ bool on_button_release_event (GdkEventButton *);
bool on_leave_notify_event (GdkEventCrossing *);
bool on_motion_notify_event (GdkEventMotion *);
@@ -87,6 +90,7 @@ private:
uint32_t _yoffset;
PortMatrixNode _mouseover;
+ bool _mouse_over_grid;
std::list<sigc::connection> _bundle_connections;
};