summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-16 17:30:05 +0100
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2013-11-19 09:43:09 +0900
commit7786f0f3a0d3d0ec743dc4205e80e5580487d8a5 (patch)
tree74acb4924cfa95111bd4bd6a393ea65545dc49f6 /protocol
parentc07dc55979c3a6bcd995b0b69afbfcca6dcd58be (diff)
downloadwayland-ivi-extension-7786f0f3a0d3d0ec743dc4205e80e5580487d8a5.tar.gz
protocol: renamed 'set_dimension' to "set_configuration' in ivi_controller_layer
renamed 'configuration'-request and -response to better distinguish the difference to set_destination_rectangle. 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 8ac0dd7..ce8c3b5 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -231,8 +231,8 @@
<arg name="height" type="int"/>
</request>
- <request name="set_dimension">
- <description summary="Set Dimension"/>
+ <request name="set_configuration">
+ <description summary="Set new configuration for layer"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</request>
@@ -298,8 +298,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>