apply same always-check-display to recent sessions scroller in new session dialog
[ardour.git] / gtk2_ardour / ardour_dialog.h
index 40472f20c07d6c2aac18716a79e14ad1dffc6389..d994c0a6d110ce37fa23de8b4df6fc574a444579 100644 (file)
 
 #include "ardour/session_handle.h"
 
+namespace WM {
+       class ProxyTemporary;
+}
+
 /*
  * This virtual parent class is so that each dialog box uses the
  * same mechanism to declare its closing. It shares a common
@@ -46,6 +50,7 @@ class ArdourDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr
        void on_show ();
 
   private:
+        WM::ProxyTemporary* proxy;
         bool _splash_pushed;
        void init ();