diff options
author | Hanspeter Portner <ventosus@airpost.net> | 2015-12-20 16:35:26 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-12-31 13:08:10 -0500 |
commit | 44d37a772b2f85e1a05a05d042bc4467b5db6724 (patch) | |
tree | 07483c544ba2044236de626c04eb11c165a1ae4b /lv2/lv2plug.in/ns/extensions/ui | |
parent | d4a2ba26832d0428db12ec13494765f9d2825920 (diff) | |
download | lv2-44d37a772b2f85e1a05a05d042bc4467b5db6724.tar.xz |
Make ui:resize a lv2:ExtensionData
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 3 |
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, |