summaryrefslogtreecommitdiff
path: root/protocol/ivi-application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/ivi-application.xml')
-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">