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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index fc0a458237..342673cd76 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -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;