fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / gtk2_ardour / splash.h
index fc0a45823735f2b22d5abd884e2a1bcde2bebc9f..342673cd760d2e11ee3621f1fa2c21e141cb66de 100644 (file)
@@ -34,10 +34,11 @@ class ARDOUR_UI;
 class Splash : public Gtk::Window
 {
 public:
-       Splash ();
        ~Splash ();
 
-       static Splash* instance() { return the_splash; }
+       static Splash* instance();
+       static void drop();
+       static bool exists ();
 
        void display ();
        void pop_back_for (Gtk::Window&);
@@ -51,6 +52,7 @@ public:
        void hide ();
 
 private:
+       Splash ();
        static Splash* the_splash;
 
        Glib::RefPtr<Gdk::Pixbuf> pixbuf;