summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-10 18:21:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-10 18:21:39 +0000
commitb53c92b652563f682ec414f46c8aca724ce630cd (patch)
tree2c677a73af3d4b725bff241400d712878bae2b39 /gtk2_ardour/splash.h
parentea99ee68d9eecf53a687faefe3dbc79b6c6bea0e (diff)
the return of the splash, with a few changes to help with window layering a little
git-svn-id: svn://localhost/ardour2/branches/3.0@11222 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 56e159ebde..d6b103609a 100644
--- a/gtk2_ardour/splash.h
+++ b/gtk2_ardour/splash.h
@@ -38,7 +38,8 @@ class Splash : public Gtk::Window
static Splash* instance() { return the_splash; }
- void pop_back ();
+ void pop_back_for (Gtk::Window&);
+ void pop_front ();
bool expose (GdkEventExpose*);
bool on_button_release_event (GdkEventButton*);