summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-30 13:50:15 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-30 13:50:45 -0400
commita9341bd5f03dad86161786c1f764471b23273601 (patch)
tree4465501fa58397365465c0fa1ba0a07f4b14adca /gtk2_ardour/ardour_dialog.h
parent63e4c37deffbedacf0a81359fd4615774c227556 (diff)
improve relationship between ArdourDialog and Splash on OS X, where window restacking doesn't really work the way we need it to. more complex than anticipated because it seems that destroying a Gtk::Dialog does not emit its hide() or unmap() or unmap_event() signals
Diffstat (limited to 'gtk2_ardour/ardour_dialog.h')
-rw-r--r--gtk2_ardour/ardour_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_dialog.h b/gtk2_ardour/ardour_dialog.h
index 4f53662c23..1008f63000 100644
--- a/gtk2_ardour/ardour_dialog.h
+++ b/gtk2_ardour/ardour_dialog.h
@@ -46,6 +46,7 @@ class ArdourDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr
static void close_all_dialogs () { CloseAllDialogs(); }
private:
+ bool _splash_pushed;
void init ();
static sigc::signal<void> CloseAllDialogs;