fix indentation
[ardour.git] / gtk2_ardour / ardour_window.h
index 68bf65d35359b14f758ddbd44224032a05b1621e..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
@@ -43,10 +47,12 @@ class ArdourWindow : public Gtk::Window, public ARDOUR::SessionHandlePtr, public
        bool on_enter_notify_event (GdkEventCrossing*);
        bool on_leave_notify_event (GdkEventCrossing*);
         bool on_delete_event (GdkEventAny *);
+        bool on_key_press_event (GdkEventKey*);
        void on_unmap ();
 
   private:
-       void init ();
+    WM::ProxyTemporary* proxy;
+    void init ();
 };
 
 #endif // __ardour_window_h__