test workaround for OSX IK-Multimedia Plugin GUIs.
[ardour.git] / gtk2_ardour / time_axis_view.h
index 1eb193590c9d63f9e775e2b43672c11f899b292d..4be23803efe424608df596633ac3f3ee3e6ebe2d 100644 (file)
@@ -257,9 +257,11 @@ class TimeAxisView : public virtual AxisView
        bool name_entry_key_release (GdkEventKey *ev);
        bool name_entry_key_press (GdkEventKey *ev);
        bool name_entry_focus_out (GdkEventFocus *ev);
+       void name_entry_populate_popup (Gtk::Menu *);
 
        Gtk::Entry* name_entry;
        bool ending_name_edit;
+       bool by_popup_menu;
        void begin_name_edit ();
        void end_name_edit (int);