heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegionView...
[ardour.git] / gtk2_ardour / public_editor.cc
index 3955083c70b2bd9ea4e4d445a5f6f0daffed29f3..1b8b5c480155da25b1522fab64bb3221c564b078 100644 (file)
@@ -27,6 +27,8 @@ const int PublicEditor::container_border_width = 12;
 const int PublicEditor::vertical_spacing = 6;
 const int PublicEditor::horizontal_spacing = 6;
 
+sigc::signal<void> PublicEditor::DropDownKeys;
+
 PublicEditor::PublicEditor ()
        : Window (Gtk::WINDOW_TOPLEVEL)
 {