ivi-controller, ilmControl: Add ilm_SetKeyboardMultiFocus
authorJonathan Maw <jonathan.maw@codethink.co.uk>
Tue, 28 Oct 2014 12:20:52 +0000 (12:20 +0000)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Fri, 14 Nov 2014 04:43:55 +0000 (13:43 +0900)
commite69146f5107c662f65738c5bd8caade4285db7e4
treed9a93ff01931bd9c105dab629ee71975e1d327a4
parent77ae4df9df632eafbae9feb6c38b7df869033969
ivi-controller, ilmControl: Add ilm_SetKeyboardMultiFocus

This adds the function
ilm_SetKeyboardMultiFocus(t_ilm_surface *pSurfaceIds, t_ilm_int number)

which takes an array (and a size) of the surface IDs that should
be focussed.
The old ilm_SetKeyboardFocusOn() has been preserved for the sake of
backwards compatibility.
ivi-layermanagement-api/ilmControl/include/ilm_control.h
ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c
protocol/ivi-controller.xml
weston-ivi-shell/src/ivi-controller.c