aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/ui/ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-06 20:42:19 +0000
committerDavid Robillard <d@drobilla.net>2012-04-06 20:42:19 +0000
commit959cf5cf99f3fa06f00f1c86040c7f3290216311 (patch)
tree33e320778dd8ffde24d22df4357d3978eaf9b369 /lv2/lv2plug.in/ns/extensions/ui/ui.h
parent5cfdbb636421eab1ed98f7d65d502ce5fc28911f (diff)
downloadlv2-959cf5cf99f3fa06f00f1c86040c7f3290216311.tar.xz
Add missing definition of ui:portSubscribe feature.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.h')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h
index 56e9455..6dcb8e4 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.h
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h
@@ -44,6 +44,7 @@
#define LV2_UI__portIndex LV2_UI_PREFIX "portIndex"
#define LV2_UI__portMap LV2_UI_PREFIX "portMap"
#define LV2_UI__portNotification LV2_UI_PREFIX "portNotification"
+#define LV2_UI__portSubscribe LV2_UI_PREFIX "portSubscribe"
#define LV2_UI__resize LV2_UI_PREFIX "resize"
#define LV2_UI__touch LV2_UI_PREFIX "touch"