X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_grid.h;h=383db2d42bdccb9478c37374f8ee551fdbb9da97;hb=8ada45344e949f3d36a96094ed443cac82ffd3c7;hp=ec7eb32b4bee90d4b571fd8559ee0d10468a4a00;hpb=fb0097ca793c9e65bd2ad14d453642bb7bc43ee9;p=ardour.git diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h index ec7eb32b4b..383db2d42b 100644 --- a/gtk2_ardour/port_matrix_grid.h +++ b/gtk2_ardour/port_matrix_grid.h @@ -41,8 +41,8 @@ class PortMatrixGrid : public PortMatrixComponent public: PortMatrixGrid (PortMatrix *, PortMatrixBody *); - void button_press (double, double, int, uint32_t, guint); - void button_release (double, double, int, uint32_t, guint); + void button_press (double, double, GdkEventButton *); + void button_release (double, double, GdkEventButton *); void motion (double, double); double component_to_parent_x (double x) const;