summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-02-02 17:22:04 +0000
committerDavid Robillard <d@drobilla.net>2008-02-02 17:22:04 +0000
commit80c3677c837cc9eb432df3d65a34aba543fa7258 (patch)
treeca23bb7e5bff6c35c151d73221002a9ce3abfe1a /gtk2_ardour/splash.cc
parent9f63ab9931e6478472853bdda58da47ea29ac125 (diff)
Merge with 2.0-ongoing R2988
git-svn-id: svn://localhost/ardour2/branches/3.0@2991 d708f5d6-7413-0410-9779-e7cbd77b26cf
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