summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-14 03:35:25 +0000
committerRobin Gareus <robin@gareus.org>2012-11-14 03:35:25 +0000
commitcdb8796f5f72e3a2f902fc09e3f118ca686c13e4 (patch)
treeb93f2d84532feb174ebd953c17ed4647f6a49308 /gtk2_ardour/splash.cc
parent4322fcec23230fa0e91da32b55a46bf8a9e4aefb (diff)
mark splash screen as such should fix #5069
git-svn-id: svn://localhost/ardour2/branches/3.0@13492 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/splash.cc')
-rw-r--r--gtk2_ardour/splash.cc1
1 files changed, 1 insertions, 0 deletions
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;