aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-09 20:42:09 -0400
committerDavid Robillard <d@drobilla.net>2022-05-09 20:42:09 -0400
commit7459cc240597fae32675651b3c0c3c1799d5f6d5 (patch)
treeed43b9363c9069b31ccce5df64d16f481d7c3923 /lv2
parent6d3d3fe568d5db3da464d4c86bd6a5e5bc82c1d0 (diff)
downloadlv2-7459cc240597fae32675651b3c0c3c1799d5f6d5.tar.xz
Deprecate ui:resize
Diffstat (limited to 'lv2')
-rw-r--r--lv2/ui/ui.ttl3
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 ;