summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-04-08 13:21:01 +0200
committerNobuhiko Tanibata <Nobuhiko Tanibata ntanibata@jp.adit-jv.com>2015-04-09 18:01:20 +0900
commite71c6099110017ebd58aa3e6fd97459d4a53375f (patch)
tree93c2649ef67a3ca5e9b33a657b04720a779c42f2 /protocol
parentea4dbfd1039c95f0ae0a973bb78e6e1f4bad88bc (diff)
downloadwayland-ivi-extension-e71c6099110017ebd58aa3e6fd97459d4a53375f.tar.gz
protocol: remove input_focus from ivi-controller protocol.
input focus specific request, event and enumeration are removed Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/ivi-controller.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index 9be87ec..521d625 100644
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -259,40 +259,6 @@
<arg name="content_state" type="int"/>
</event>
- <request name="set_input_focus">
- <description summary="set input focus to this surface">
- Set input focus state of surface in ivi compositor. If the surface has input
- focus, all non-graphical inputs (e.g. keyboard) are directed to the application
- providing the content for this surface.
- Only one surface can have input focus at a time, so if input focus is enabled
- for one surface, any other surface with input focus will loose focus.
- If argument enabled is 0, the input focus from this surface is removed, no
- surface will have input focus.
- If argument enabled is not 0, input focus for this surface is enabled.
- </description>
- <arg name="device" type="uint"/>
- <arg name="enabled" type="int"/>
- </request>
-
- <event name="input_focus">
- <description summary="input focus of surface in ivi compositor has changed">
- The new input focus state is provided in argument enabled: If enabled is 0,
- this surface has no longer the input focus. If enbaled is not 0, this surface
- now has input focus enabled.
- </description>
- <arg name="device" type="uint"/>
- <arg name="enabled" type="int"/>
- </event>
-
- <enum name="input_device">
- <description summary="brief Identifier of different input device types. Can be used as a bitmask.">
- </description>
- <entry name="keyboard" value="0x1"/>
- <entry name="pointer" value="0x2"/>
- <entry name="touch" value="0x4"/>
- <entry name="all" value="~0x0"/>
- </enum>
-
</interface>
<interface name="ivi_controller_layer" version="1">