X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_component.h;h=0b472e157ddc48fb57efa111de14260455aa34da;hb=1c94f6490e3f0bd4b35a001a9a530cee752100b0;hp=a574d20341a2456c045a32e920a4232041b7cb02;hpb=07a58ffd62f834780eb5dada7c1713e31c2e425a;p=ardour.git diff --git a/gtk2_ardour/port_matrix_component.h b/gtk2_ardour/port_matrix_component.h index a574d20341..0b472e157d 100644 --- a/gtk2_ardour/port_matrix_component.h +++ b/gtk2_ardour/port_matrix_component.h @@ -50,8 +50,8 @@ public: virtual double parent_to_component_y (double y) const = 0; virtual void mouseover_changed (std::list const &) = 0; virtual void draw_extra (cairo_t *) = 0; - virtual void button_press (double, double, int, uint32_t, guint) {} - virtual void button_release (double, double, int, uint32_t, guint) {} + virtual void button_press (double, double, GdkEventButton *) {} + virtual void button_release (double, double, GdkEventButton *) {} virtual void motion (double, double) {} void set_show_ports (bool); @@ -155,9 +155,9 @@ protected: /* XXX */ static Gdk::Color get_a_bundle_colour (int x) { if ((x % 2) == 0) { - return Gdk::Color ("#547027"); + return Gdk::Color ("#555555"); } else { - return Gdk::Color ("#3552a6"); + return Gdk::Color ("#666666"); } }