convert Splash dialog into Gtk::WINDOW_POPUP in the hope that it will float above...
[ardour.git] / gtk2_ardour / splash.cc
index c2522472752988262abb18d77f93ef1657bd7016..9a818f0ad5cca63f61b15e6f7a5d105662965a82 100644 (file)
@@ -45,6 +45,7 @@ using namespace ARDOUR;
 Splash* Splash::the_splash = 0;
 
 Splash::Splash ()
+       : Gtk::Window (Gtk::WINDOW_POPUP)
 {
        assert (the_splash == 0);
 
@@ -111,9 +112,9 @@ Splash::pop_back_for (Gtk::Window& win)
 
            So for OS X, we just hide ourselves.
 
-                                        Oct 2014: The Windows situation is similar, although it should be possible
-                                        to play tricks with gdk's set_type_hint() or directly hack things using
-                                        SetWindowLong() and UpdateLayeredWindow()
+           Oct 2014: The Windows situation is similar, although it should be possible
+           to play tricks with gdk's set_type_hint() or directly hack things using
+           SetWindowLong() and UpdateLayeredWindow()
         */
         (void) win;
         hide();