limit width and resize meterbride window
[ardour.git] / gtk2_ardour / ardour_window.h
index e113f724c870b2ccd4d27f78441617497b826845..c90eb3c049103b3fbdb663cf22dc1deafcf7d634 100644 (file)
 
 #include "ardour/session_handle.h"
 
+namespace WM {
+       class ProxyTemporary;
+}
+
 /**
  * This virtual parent class is so that each window uses the
  * same mechanism to declare its closing. It shares a common
@@ -47,7 +51,8 @@ class ArdourWindow : public Gtk::Window, public ARDOUR::SessionHandlePtr, public
        void on_unmap ();
 
   private:
-       void init ();
+    WM::ProxyTemporary* proxy;
+    void init ();
 };
 
 #endif // __ardour_window_h__