From cdb8796f5f72e3a2f902fc09e3f118ca686c13e4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 14 Nov 2012 03:35:25 +0000 Subject: mark splash screen as such should fix #5069 git-svn-id: svn://localhost/ardour2/branches/3.0@13492 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/splash.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/splash.cc') diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index b2777eb48c..9f558be233 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -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; -- cgit v1.2.3