mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a window
This commit is contained in:
parent
a47b3c4dc5
commit
ec65e351ac
9 changed files with 18 additions and 24 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue