mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
[SUmmary] Little improvement: making the splash screen a POPUP window
This commit is contained in:
parent
f39a81f006
commit
03e942b6d2
2 changed files with 2 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ using namespace ARDOUR;
|
|||
Splash* Splash::the_splash = 0;
|
||||
|
||||
Splash::Splash ()
|
||||
: Gtk::Window (Gtk::WINDOW_POPUP)
|
||||
{
|
||||
assert (the_splash == 0);
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class Splash : public Gtk::Window
|
|||
|
||||
static Splash* instance() { return the_splash; }
|
||||
|
||||
void display ();
|
||||
void display ();
|
||||
void pop_back_for (Gtk::Window&);
|
||||
void pop_front ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue