aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns
diff options
context:
space:
mode:
authorHanspeter Portner <ventosus@airpost.net>2015-12-20 16:35:26 +0100
committerDavid Robillard <d@drobilla.net>2015-12-31 13:08:10 -0500
commit44d37a772b2f85e1a05a05d042bc4467b5db6724 (patch)
tree07483c544ba2044236de626c04eb11c165a1ae4b /lv2/lv2plug.in/ns
parentd4a2ba26832d0428db12ec13494765f9d2825920 (diff)
downloadlv2-44d37a772b2f85e1a05a05d042bc4467b5db6724.tar.xz
Make ui:resize a lv2:ExtensionData
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.ttl3
1 files changed, 2 insertions, 1 deletions
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.</p>
""" .
ui:resize
- a lv2:Feature ;
+ a lv2:Feature ,
+ lv2:ExtensionData ;
lv2:documentation """
<p>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,