Choose some non-overlapping defaults for User Interaction modifier keys.
[ardour.git] / gtk2_ardour / splash.h
index 536d7f30f16314341b8163078fbce213c986c0aa..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:
@@ -59,6 +59,7 @@ class Splash : public Gtk::Window
        PBD::ScopedConnection msg_connection;
 
         bool expose_done;
+        bool expose_is_the_one;
         bool idle_after_expose ();
 };