diff options
author | David Robillard <d@drobilla.net> | 2022-05-09 20:42:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-09 20:42:09 -0400 |
commit | 7459cc240597fae32675651b3c0c3c1799d5f6d5 (patch) | |
tree | ed43b9363c9069b31ccce5df64d16f481d7c3923 /lv2/ui | |
parent | 6d3d3fe568d5db3da464d4c86bd6a5e5bc82c1d0 (diff) | |
download | lv2-7459cc240597fae32675651b3c0c3c1799d5f6d5.tar.xz |
Deprecate ui:resize
Diffstat (limited to 'lv2/ui')
-rw-r--r-- | lv2/ui/ui.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index 654f1d7..b355764 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -175,8 +175,9 @@ ui:notifyType ui:resize a lv2:Feature , lv2:ExtensionData ; + owl:deprecated "true"^^xsd:boolean ; rdfs:label "resize" ; - rdfs:comment """A feature that control of, and notifications about, a UI's size.""" . + rdfs:comment """A feature that provides control of, and notifications about, a UI's size.""" . ui:portMap a lv2:Feature ; |