summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-api
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-04-07 12:57:46 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-05-13 16:06:26 +0900
commit71623c96b7b10778f2021152fab4ba73a3a17044 (patch)
treed117664c921d15fd9d1907a87d920eecf048a8b4 /ivi-layermanagement-api
parentac0fa873854f929cced5a23be223ba2f5f080b17 (diff)
downloadwayland-ivi-extension-71623c96b7b10778f2021152fab4ba73a3a17044.tar.gz
ilmCommon: add focus property to ilmSurfaceProperties.
it is a bitmask of every type of device that this surface has focus in. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'ivi-layermanagement-api')
-rw-r--r--ivi-layermanagement-api/ilmCommon/include/ilm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ivi-layermanagement-api/ilmCommon/include/ilm_types.h b/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
index 0fcb751..807cb69 100644
--- a/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
+++ b/ivi-layermanagement-api/ilmCommon/include/ilm_types.h
@@ -211,6 +211,7 @@ struct ilmSurfaceProperties
t_ilm_uint pixelformat; /*!< pixel format of surface */
t_ilm_uint nativeSurface; /*!< native surface handle of surface */
t_ilm_int creatorPid; /*!< process id of application that created this surface */
+ ilmInputDevice focus; /*!< bitmask of every type of device that this surface has focus in */
};
/**