summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-09-10 13:25:52 +0900
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-09-22 17:24:46 +0900
commit64830c25e84583cffe275f5202d16e4a24ded8c3 (patch)
treee963eca893da6bc8715cb6df47281e65dcbdba42
parent945602888d9069d3dd10a0448ec792fc7ed19dda (diff)
downloadweston-64830c25e84583cffe275f5202d16e4a24ded8c3.tar.gz
ivi-application.xml: Add configure event in ivi_surface
Configure event is notified to suggest resize of its surface Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
-rw-r--r--protocol/ivi-application.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/protocol/ivi-application.xml b/protocol/ivi-application.xml
index 80ab7907..0c3fb8c8 100644
--- a/protocol/ivi-application.xml
+++ b/protocol/ivi-application.xml
@@ -41,6 +41,24 @@
</description>
<arg name="visibility" type="int"/>
</event>
+
+ <event name="configure">
+ <description summary="suggest resize">
+ The configure event asks the client to resize its surface.
+
+ The size is a hint, in the sense that the client is free to
+ ignore it if it doesn't resize, pick a smaller size (to
+ satisfy aspect ratio or resize in steps of NxM pixels).
+
+ The client is free to dismiss all but the last configure
+ event it received.
+
+ The width and height arguments specify the size of the window
+ in surface local coordinates.
+ </description>
+ <arg name="width" type="int"/>
+ <arg name="height" type="int"/>
+ </event>
</interface>
<interface name="ivi_application" version="1">