summaryrefslogtreecommitdiff
path: root/gtk2_ardour/window_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-07 13:01:18 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-07 13:01:26 -0400
commita902737db97e6bdd55493a1536242a26e26a0014 (patch)
tree5aa1cc8abcd0d50bd5245414266dc6cbd6a236fa /gtk2_ardour/window_manager.h
parente8301185c0391eafa18a09932bfeb1bd76b4bb04 (diff)
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
Diffstat (limited to 'gtk2_ardour/window_manager.h')
-rw-r--r--gtk2_ardour/window_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/window_manager.h b/gtk2_ardour/window_manager.h
index 9f4382725d..082407b61d 100644
--- a/gtk2_ardour/window_manager.h
+++ b/gtk2_ardour/window_manager.h
@@ -180,6 +180,9 @@ class WindowManager
void set_session (ARDOUR::Session*);
void add_state (XMLNode&) const;
+ /* HACK HACK HACK */
+ void set_transient_for (Gtk::Window*);
+
private:
typedef std::list<ProxyBase*> Windows;
Windows _windows;