summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-24 09:00:54 +0000
committerDavid Robillard <d@drobilla.net>2011-02-24 09:00:54 +0000
commit128b9ee5107c4d9b3d963bef8de016c08c6d74c6 (patch)
tree04e4681bca52e4e5fb161d12cf65dac84c699bd8 /src/client/PluginUI.hpp
parent5e65983c5f9944d4df7a017e215d1934c356de84 (diff)
downloadingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.tar.gz
ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.tar.bz2
ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.zip
Make Suil exclusively deal with instantiating (not choosing) UIs.
Add slv2_ui_instance_new as a replacement for slv2_ui_instantiate (now deprecated), which supports cross-toolkit embedding by taking an additional widget type pointer. Remove direct Suil dependency from Ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3022 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PluginUI.hpp')
-rw-r--r--src/client/PluginUI.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/PluginUI.hpp b/src/client/PluginUI.hpp
index ae1cd12e..3a59a232 100644
--- a/src/client/PluginUI.hpp
+++ b/src/client/PluginUI.hpp
@@ -20,7 +20,6 @@
#include "raul/SharedPtr.hpp"
#include "slv2/slv2.h"
-#include "suil/suil.h"
#include "LV2Features.hpp"
@@ -60,7 +59,7 @@ private:
Ingen::Shared::World* _world;
SharedPtr<NodeModel> _node;
- SuilInstance _instance;
+ SLV2UIInstance _instance;
SharedPtr<Shared::LV2Features::FeatureArray> _features;
};