OS X-based fixes for splash screen mgmt
[ardour.git] / gtk2_ardour / splash.h
index fcb211d81df8bf1db608c3d6bead61e86bbe9a58..536d7f30f16314341b8163078fbce213c986c0aa 100644 (file)
@@ -58,9 +58,8 @@ class Splash : public Gtk::Window
        void boot_message (std::string);
        PBD::ScopedConnection msg_connection;
 
-        bool splash_done_visible;
-        bool wakeup_from_splash_sleep ();
-        bool splash_mapped (GdkEventAny*);
+        bool expose_done;
+        bool idle_after_expose ();
 };
 
 #endif /* __ardour_gtk_splash_h__ */