allow sending OSC from inline display UIs
[ardour.git] / gtk2_ardour / ardour_ui.h
index ea97c313a71ed200fc9b2f332aa0ecbcda3a1f90..637cc117103242ac23f33bf86c064fb5ec475277 100644 (file)
@@ -684,6 +684,7 @@ private:
 
        bool save_as_progress_update (float fraction, int64_t cnt, int64_t total, Gtk::Label* label, Gtk::ProgressBar* bar);
        void save_session_as ();
+       void archive_session ();
        void rename_session ();
 
        int         create_mixer ();
@@ -891,6 +892,7 @@ private:
        void step_down_through_tabs ();
 
        void escape ();
+       void close_current_dialog ();
        void pre_release_dialog ();
 };