From 44d37a772b2f85e1a05a05d042bc4467b5db6724 Mon Sep 17 00:00:00 2001
From: Hanspeter Portner
Date: Sun, 20 Dec 2015 16:35:26 +0100
Subject: Make ui:resize a lv2:ExtensionData
---
lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'lv2/lv2plug.in/ns/extensions/ui')
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
index 67c15df..ae78841 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
@@ -266,7 +266,8 @@ certain small number of events are actually of interest to the UI.
""" .
ui:resize
- a lv2:Feature ;
+ a lv2:Feature ,
+ lv2:ExtensionData ;
lv2:documentation """
A feature that allows the UI to notify the host about its current size, or
request a size change. This feature corresponds to the LV2UI_Resize struct,
--
cgit v1.2.1