ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a window

This commit is contained in:
Paul Davis 2015-09-04 11:49:56 -04:00
parent a47b3c4dc5
commit ec65e351ac
9 changed files with 18 additions and 24 deletions

View file

@ -67,7 +67,7 @@ void set_color_from_rgba (Gdk::Color&, uint32_t);
uint32_t gdk_color_to_rgba (Gdk::Color const&);
uint32_t contrasting_text_color (uint32_t c);
bool relay_key_press (GdkEventKey* ev, Gtk::Window* win = 0);
bool relay_key_press (GdkEventKey* ev, Gtk::Window* win);
bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev);
bool emulate_key_event (unsigned int);