make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not...
[ardour.git] / gtk2_ardour / ardour_dialog.h
index 1e01c8f625eeef84b0853150f2152f05449b2878..40472f20c07d6c2aac18716a79e14ad1dffc6389 100644 (file)
@@ -40,7 +40,8 @@ class ArdourDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr
 
        bool on_enter_notify_event (GdkEventCrossing*);
        bool on_leave_notify_event (GdkEventCrossing*);
-        bool on_delete_event (GdkEventAny *);
+        bool on_delete_event (GdkEventAny*);
+        bool on_key_press_event (GdkEventKey*);
        void on_unmap ();
        void on_show ();