summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-10 01:04:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-10 01:04:36 +0000
commit2de80a5e90dca50c5c018afdca6b11ca80f25f7a (patch)
treed93cbea042b07ccd64ef0fd0a12759b0a5dc006e /gtk2_ardour/splash.h
parent7aa66b6623aedbe7614ae153dee8f5b97c3e1c75 (diff)
OS X-based fixes for splash screen mgmt
git-svn-id: svn://localhost/ardour2/branches/3.0@13006 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/splash.h')
-rw-r--r--gtk2_ardour/splash.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/splash.h b/gtk2_ardour/splash.h
index fcb211d81d..536d7f30f1 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -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__ */