summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-26 13:29:07 +0100
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-26 13:29:07 +0100
commit9276675810ab483d0653a9b82c70fa1c326cb24d (patch)
treed650b32fa72f9049d59f18b5f9f3ce3d7b61df54 /protocol
parentec32ba60e6541e7de94d1e39918363f87ebe753c (diff)
downloadwayland-ivi-extension-9276675810ab483d0653a9b82c70fa1c326cb24d.tar.gz
protocol: renamed event ivi_controller_surface.focus to ivi_controller_surface_input_focus
this solves a naming inconsistency between request ivi_controller_surface.set_input_focus and received event ivi_controller_surface.focus Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-controller.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index 8db69cb..33b7df8 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -197,7 +197,7 @@
<arg name="enabled" type="int"/>
</request>
- <event name="focus">
+ <event name="input_focus">
<description summary="received if input focus of surface has changed"/>
<arg name="enabled" type="int"/>
</event>