summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-16 17:25:38 +0100
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2013-11-19 09:42:37 +0900
commitc07dc55979c3a6bcd995b0b69afbfcca6dcd58be (patch)
treeb52d43d28f39de96daa08a0e52b48dd9b03307ed /protocol
parent24479d1506a2b104bc7c6ddb93922e5d5a0d59ef (diff)
downloadwayland-ivi-extension-c07dc55979c3a6bcd995b0b69afbfcca6dcd58be.tar.gz
protocol: renamed 'set_dimension' to 'set_configuration' in ivi_controller_surface
this should reduce confusion with set_destination_rectangle feature. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-controller.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index 4a7761a..8ac0dd7 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -64,8 +64,8 @@
<arg name="height" type="int"/>
</request>
- <request name="set_dimension">
- <description summary="Set Dimension"/>
+ <request name="set_configuration">
+ <description summary="request new buffer size for application content"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</request>
@@ -112,8 +112,8 @@
<arg name="height" type="int"/>
</event>
- <event name="dimension">
- <description summary="sent in response to set_dimension"/>
+ <event name="configuration">
+ <description summary="sent in response to set_configuration"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</event>