mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue