fix a few things related to fit-to-tracks and toggle-visual-state (from 2.0)
[ardour.git] / gtk2_ardour / utils.h
index 4cf8fc371ba617056c3c2b0f9df041ddc4e9ca83..29c6bda403026c3041c07ddfbae28b04b2116d51 100644 (file)
@@ -76,6 +76,7 @@ bool canvas_item_visible (ArdourCanvas::Item* item);
 void set_color (Gdk::Color&, int);
 
 bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev);
+bool possibly_translate_keyval_to_make_legal_accelerator (uint32_t& keyval);
 
 Glib::RefPtr<Gdk::Pixbuf> get_xpm (std::string);
 Glib::RefPtr<Gdk::Pixbuf> get_icon (const char*);