summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-04 18:19:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-04 18:19:05 +0000
commit4830bd633f6238c11e5d95d83dc0bb35cc4143cb (patch)
treea6ff5dd4008f413795569eff47157b64ffb23f6f /gtk2_ardour/splash.h
parentfbf7e4385bbc88c336fd78aac5cf576c5424f0dd (diff)
fix display of splash screen (at least on X11)
git-svn-id: svn://localhost/ardour2/branches/3.0@14134 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index 536d7f30f1..1843d00c93 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -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 ();
};