cleaner version of splash display changes

git-svn-id: svn://localhost/ardour2/branches/3.0@13004 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-07-09 21:54:21 +00:00
parent c300fa98af
commit 3dcbdc0fe6
4 changed files with 46 additions and 52 deletions

View file

@ -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__ */