summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-09 21:54:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-09 21:54:21 +0000
commit3dcbdc0fe624f92121e9931365be75921f301b8c (patch)
tree895645a2fbc7050c44e6932af72bd631995c4d77 /gtk2_ardour/splash.h
parentc300fa98affc58a97fec1c7a0797c2c6e37d03cb (diff)
cleaner version of splash display changes
git-svn-id: svn://localhost/ardour2/branches/3.0@13004 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index bb3e7b6f6a..fcb211d81d 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -38,6 +38,7 @@ class Splash : public Gtk::Window
static Splash* instance() { return the_splash; }
+ void display ();
void pop_back_for (Gtk::Window&);
void pop_front ();
@@ -56,6 +57,10 @@ class Splash : public Gtk::Window
void boot_message (std::string);
PBD::ScopedConnection msg_connection;
+
+ bool splash_done_visible;
+ bool wakeup_from_splash_sleep ();
+ bool splash_mapped (GdkEventAny*);
};
#endif /* __ardour_gtk_splash_h__ */