[SUmmary] Little improvement: making the splash screen a POPUP window

This commit is contained in:
Valeriy Kamyshniy 2014-11-26 19:01:10 +02:00
parent f39a81f006
commit 03e942b6d2
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ using namespace ARDOUR;
Splash* Splash::the_splash = 0; Splash* Splash::the_splash = 0;
Splash::Splash () Splash::Splash ()
: Gtk::Window (Gtk::WINDOW_POPUP)
{ {
assert (the_splash == 0); assert (the_splash == 0);

View file

@ -38,7 +38,7 @@ class Splash : public Gtk::Window
static Splash* instance() { return the_splash; } static Splash* instance() { return the_splash; }
void display (); void display ();
void pop_back_for (Gtk::Window&); void pop_back_for (Gtk::Window&);
void pop_front (); void pop_front ();