summaryrefslogtreecommitdiff
path: root/gtk2_ardour/au_pluginui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-01 18:41:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-01 18:41:51 -0400
commit88f752411876323d5966fad447d441b7613638f0 (patch)
tree5135836883c8dfeb4ab403d54e8d2800516f2ddb /gtk2_ardour/au_pluginui.h
parentebb1271b6f666dadcaf6a73a6cb81231a70d8ad7 (diff)
hack up AU GUI support to handle AUSampler resizing better. Note that this is still one buggy plugin
Diffstat (limited to 'gtk2_ardour/au_pluginui.h')
-rw-r--r--gtk2_ardour/au_pluginui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/au_pluginui.h b/gtk2_ardour/au_pluginui.h
index cbf83d5d92..424d81e901 100644
--- a/gtk2_ardour/au_pluginui.h
+++ b/gtk2_ardour/au_pluginui.h
@@ -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 */