summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_window.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-06 10:55:40 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-06 10:58:35 -0400
commitf96a5c2a954c3e0c80b3461c5d70a08b15ed6cb2 (patch)
treeaa579e503bead8d9ef52a8cee2647eaf59d52735 /gtk2_ardour/ardour_window.h
parentee426ca223833dddcf660bb20e1e7cbb1785616a (diff)
make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not-toggleable-on-first-show" and other issues
Diffstat (limited to 'gtk2_ardour/ardour_window.h')
-rw-r--r--gtk2_ardour/ardour_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_window.h b/gtk2_ardour/ardour_window.h
index 68bf65d353..e113f724c8 100644
--- a/gtk2_ardour/ardour_window.h
+++ b/gtk2_ardour/ardour_window.h
@@ -43,6 +43,7 @@ class ArdourWindow : public Gtk::Window, public ARDOUR::SessionHandlePtr, public
bool on_enter_notify_event (GdkEventCrossing*);
bool on_leave_notify_event (GdkEventCrossing*);
bool on_delete_event (GdkEventAny *);
+ bool on_key_press_event (GdkEventKey*);
void on_unmap ();
private: