From 4a2647bd551f588f6ed744f0ba08571e2cf7832c Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Mon, 16 Mar 2015 18:47:22 +0100 Subject: Add missing C defines for notification protocols. * add LV2_UI__PortProtocol * add LV2_UI__protocol * add LV2_UI__floatProtocol * add LV2_UI__peakProtocol --- lv2/lv2plug.in/ns/extensions/ui/ui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h index e7b55fb..a084dff 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.h +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h @@ -39,6 +39,7 @@ #define LV2_UI__Gtk3UI LV2_UI_PREFIX "Gtk3UI" #define LV2_UI__GtkUI LV2_UI_PREFIX "GtkUI" #define LV2_UI__PortNotification LV2_UI_PREFIX "PortNotification" +#define LV2_UI__PortProtocol LV2_UI_PREFIX "PortProtocol" #define LV2_UI__Qt4UI LV2_UI_PREFIX "Qt4UI" #define LV2_UI__Qt5UI LV2_UI_PREFIX "Qt5UI" #define LV2_UI__UI LV2_UI_PREFIX "UI" @@ -55,6 +56,9 @@ #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__protocol LV2_UI_PREFIX "protocol" +#define LV2_UI__floatProtocol LV2_UI_PREFIX "floatProtocol" +#define LV2_UI__peakProtocol LV2_UI_PREFIX "peakProtocol" #define LV2_UI__resize LV2_UI_PREFIX "resize" #define LV2_UI__showInterface LV2_UI_PREFIX "showInterface" #define LV2_UI__touch LV2_UI_PREFIX "touch" -- cgit v1.2.1