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:
Robin Gareus 2012-11-14 03:35:25 +00:00
parent 4322fcec23
commit cdb8796f5f
1 changed files with 1 additions and 0 deletions

View File

@ -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;