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-10-28 12:07:34 +0900
commit9211925127bb583ddfb5f4f733b41ba0a86b09ac (patch)
tree3061cea8454b58054ff64ec8edd77126f6a69402
parent9c052f0980a4b50bbdeb0542d49c4d6261d731a0 (diff)
downloadweston-9211925127bb583ddfb5f4f733b41ba0a86b09ac.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">