add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / port_matrix_grid.h
index ec7eb32b4bee90d4b571fd8559ee0d10468a4a00..383db2d42bdccb9478c37374f8ee551fdbb9da97 100644 (file)
@@ -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;