summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-08 20:14:45 +0000
committerDavid Robillard <d@drobilla.net>2011-03-08 20:14:45 +0000
commitca9a816d3031807eb5fc09379d3344a2cdbb7678 (patch)
tree01f50a6300d4fa283733ca5c0e5474b5e0242340 /gtk2_ardour/lv2_plugin_ui.h
parent34b9883537769758c46b050cb5c1ced63d566c0f (diff)
Update for new SLV2 UI API.
git-svn-id: svn://localhost/ardour2/branches/3.0@9108 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/lv2_plugin_ui.h')
-rw-r--r--gtk2_ardour/lv2_plugin_ui.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk2_ardour/lv2_plugin_ui.h b/gtk2_ardour/lv2_plugin_ui.h
index e267ecab6c..ec2f00360f 100644
--- a/gtk2_ardour/lv2_plugin_ui.h
+++ b/gtk2_ardour/lv2_plugin_ui.h
@@ -1,6 +1,6 @@
/*
- Copyright (C) 2008 Paul Davis
- Author: Dave Robillard
+ Copyright (C) 2008-2011 Paul Davis
+ Author: David Robillard
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -78,6 +78,10 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
static void on_external_ui_closed(LV2UI_Controller controller);
+#ifdef HAVE_NEW_SLV2
+ static SLV2UIHost ui_host;
+#endif
+
static void lv2_ui_write(
LV2UI_Controller controller,
uint32_t port_index,