From 382358caa9b8ea0b41b28e934574a7f0c5d5ff31 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Mar 2012 02:06:41 +0000 Subject: Move UI resize functionality to UI extension. --- lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl') diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index 010580f..fa07e0b 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -194,14 +194,6 @@ ui:PortNotification owl:cardinality 1 ; rdfs:comment """ A PortNotification MUST have exactly one ui:plugin which is a lv2:Plugin. -""" - ] , [ - a owl:Restriction ; - owl:onProperty ui:portIndex ; - owl:someValuesFrom xsd:decimal ; - owl:cardinality 1 ; - rdfs:comment """ -A PortNotification MUST have exactly one ui:portIndex which is an xsd:decimal. """ ] ; lv2:documentation """ @@ -254,3 +246,14 @@ can be used to indicate that only a particular type of data should cause notification. This is useful where port traffic is very dense, but only a certain small number of events are actually of interest to the UI.

""" . + +ui:resize + a lv2:Feature ; + lv2:documentation """ +

A feature that allows the UI to notify the host about its current size, or +request a size change. This feature corresponds to the LV2_UI_Resize struct, +which should be passed with the URI LV2_UI__resize. This struct may also be +provided by the UI as extension data using the same URI, in which case it is +used by the host to request that the UI change its size.

+""" . +o \ No newline at end of file -- cgit v1.2.1