Plugin analysis numerics
[ardour.git] / gtk2_ardour / splash.h
index d92c443cf0979fc4ad76bf7046fdbb9d18c70f75..109b68a8be2c7507ffb42d9d326eda740a0df0be 100644 (file)
@@ -47,6 +47,7 @@ public:
        void on_realize ();
        bool on_map_event (GdkEventAny*);
        void message (const std::string& msg);
+       void hide ();
 
 private:
        static Splash* the_splash;
@@ -58,7 +59,8 @@ private:
        void boot_message (std::string);
        PBD::ScopedConnection msg_connection;
 
-       bool expose_done;
+       sigc::connection idle_connection;
+       volatile bool expose_done;
        bool expose_is_the_one;
        bool idle_after_expose ();
 };