aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ;