mark splash screen as such should fix #5069
git-svn-id: svn://localhost/ardour2/branches/3.0@13492 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4322fcec23
commit
cdb8796f5f
@ -79,6 +79,7 @@ Splash::Splash ()
|
||||
|
||||
set_default_size (pixbuf->get_width(), pixbuf->get_height());
|
||||
set_resizable (false);
|
||||
set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
|
||||
the_splash = this;
|
||||
|
||||
expose_done = false;
|
||||
|
Loading…
Reference in New Issue
Block a user