hack up AU GUI support to handle AUSampler resizing better. Note that this is still...
[ardour.git] / gtk2_ardour / au_pluginui.h
index cbf83d5d92e7f4f4834a43bd7371da8f85a4dffe..424d81e901ed18e833e6116e3854d80d31c801e5 100644 (file)
@@ -76,9 +76,6 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
        void lower_box_realized ();
        void cocoa_view_resized ();
        void on_realize ();
-       bool on_map_event (GdkEventAny*);
-       bool on_focus_in_event (GdkEventFocus*);
-       bool on_focus_out_event (GdkEventFocus*);
        void forward_key_event (GdkEventKey*);
 
        bool on_window_show (const std::string& /*title*/);
@@ -105,6 +102,7 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
 
        NSWindow*           cocoa_window;
        NSView*             au_view;
+        NSRect              last_au_frame;
 
        /* Carbon */