summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index d92c443cf0..109b68a8be 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -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 ();
};