From 74c4c4d9badcd6ffc452baf8bea5530f44e95b4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Feb 2020 21:37:27 +0100 Subject: Implement ui:requestValue --- src/jalv_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/jalv_internal.h') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 4d25109..b48ca5d 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -39,6 +39,7 @@ #include "lv2/options/options.h" #include "lv2/resize-port/resize-port.h" #include "lv2/state/state.h" +#include "lv2/ui/ui.h" #include "lv2/urid/urid.h" #include "lv2/worker/worker.h" @@ -278,6 +279,8 @@ typedef struct { LV2_Options_Option options[6]; LV2_Feature options_feature; LV2_Feature safe_restore_feature; + LV2UI_Request_Value request_value; + LV2_Feature request_value_feature; LV2_Extension_Data_Feature ext_data; } JalvFeatures; -- cgit v1.2.1