Fix up confusion with relayering after movement drags in
[ardour.git] / gtk2_ardour / startup.h
index 76183b5b5a6885bf054ff0d432e310c8f1740c94..052a168a3775b453cb0abab863df5851d50b0657 100644 (file)
@@ -39,6 +39,8 @@
 #include <gtkmm/liststore.h>
 #include <gtkmm/combobox.h>
 
+#include "pbd/filesystem.h"
+
 #include "ardour/utils.h"
 
 class EngineControl;
@@ -85,6 +87,8 @@ class ArdourStartup : public Gtk::Assistant {
        bool new_user;
        bool new_only;
 
+       PBD::sys::path been_here_before_path () const;
+
        void on_apply ();
        void on_cancel ();
        bool on_delete_event (GdkEventAny*);
@@ -288,7 +292,7 @@ class ArdourStartup : public Gtk::Assistant {
        void move_along_now ();
 
        bool _existing_session_chooser_used; ///< set to true when the existing session chooser has been used
-        void setup_alpha_page ();
+        void setup_prerelease_page ();
 };
 
 #endif /* __gtk2_ardour_startup_h__ */