summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/splash.cc')
-rw-r--r--gtk2_ardour/splash.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc
index 9317ec1caa..e901521e37 100644
--- a/gtk2_ardour/splash.cc
+++ b/gtk2_ardour/splash.cc
@@ -14,6 +14,8 @@ using namespace Glib;
using namespace std;
using namespace ARDOUR;
+Splash* Splash::the_splash = 0;
+
Splash::Splash ()
{
sys::path splash_file;
@@ -47,6 +49,14 @@ Splash::Splash ()
darea.signal_expose_event().connect (mem_fun (*this, &Splash::expose));
add (darea);
+
+ the_splash = this;
+}
+
+void
+Splash::pop_back ()
+{
+ set_keep_above (false);
}
void