Choose some non-overlapping defaults for User Interaction modifier keys.
[ardour.git] / gtk2_ardour / splash.h
index fcb211d81df8bf1db608c3d6bead61e86bbe9a58..1843d00c93c50151cc88e6a97e3578f07f1db538 100644 (file)
@@ -45,7 +45,7 @@ class Splash : public Gtk::Window
        bool expose (GdkEventExpose*);
        bool on_button_release_event (GdkEventButton*);
        void on_realize ();
-
+        bool on_map_event (GdkEventAny*);
        void message (const std::string& msg);
 
   private:
@@ -58,9 +58,9 @@ 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 expose_is_the_one;
+        bool idle_after_expose ();
 };
 
 #endif /* __ardour_gtk_splash_h__ */