color management and handling for VCAs

This commit is contained in:
Paul Davis 2016-06-09 15:35:56 -04:00
parent ef6f0de5a3
commit 212afd402c
6 changed files with 78 additions and 11 deletions

View file

@ -313,7 +313,6 @@ ARDOUR_UI_UTILS::gdk_color_to_rgba (Gdk::Color const& c)
return RGBA_TO_UINT (r,g,b,a);
}
bool
ARDOUR_UI_UTILS::relay_key_press (GdkEventKey* ev, Gtk::Window* win)
{