mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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:
parent
c300fa98af
commit
3dcbdc0fe6
4 changed files with 46 additions and 52 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue