summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 1313bd3..7e3693a 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -158,6 +158,14 @@ struct _SLV2UIInstance {
SuilInstance instance;
};
+struct _SLV2UIHost {
+ LV2UI_Controller controller;
+ LV2UI_Write_Function write_function;
+ SLV2PortIndexFunction port_index_function;
+ SLV2PortSubscribeFunction port_subscribe_function;
+ SLV2PortUnsubscribeFunction port_unsubscribe_function;
+};
+
/* ********* Plugin Class ********* */
struct _SLV2PluginClass {