From 7459cc240597fae32675651b3c0c3c1799d5f6d5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 May 2022 20:42:09 -0400 Subject: Deprecate ui:resize --- lv2/ui/ui.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/ui') 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 ; -- cgit v1.2.1