summaryrefslogtreecommitdiff
path: root/gtk2_ardour/au_pluginui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/au_pluginui.h')
-rw-r--r--gtk2_ardour/au_pluginui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/au_pluginui.h b/gtk2_ardour/au_pluginui.h
index ea257f4efd..429f768fb0 100644
--- a/gtk2_ardour/au_pluginui.h
+++ b/gtk2_ardour/au_pluginui.h
@@ -61,6 +61,7 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
bool on_map_event (GdkEventAny*);
bool on_focus_in_event (GdkEventFocus*);
bool on_focus_out_event (GdkEventFocus*);
+ void forward_key_event (GdkEventKey*);
OSStatus carbon_event (EventHandlerCallRef nextHandlerRef, EventRef event);
@@ -69,9 +70,9 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
int prefheight;
int prefwidth;
- Gtk::HBox top_box;
- Gtk::EventBox low_box;
- Gtk::VBox vpacker;
+ Gtk::HBox top_box;
+ Gtk::HBox low_box;
+ Gtk::VBox vpacker;
Gtk::Label automation_mode_label;
Gtk::ComboBoxText automation_mode_selector;
Gtk::Label preset_label;
@@ -91,7 +92,6 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
WindowRef carbon_window;
EventHandlerRef carbon_event_handler;
bool _activating_from_app;
- NSView* packView;
NotificationObject* _notify;
bool test_cocoa_view_support ();