summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-api/ilmControl
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-07-01 11:32:24 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-07-06 18:41:04 +0900
commite1807117aea8e760a3134d137bad7581f10a685d (patch)
tree3155e92b0a8daff795a8c4e606f3b813acacdfdf /ivi-layermanagement-api/ilmControl
parent1f3e8b6a04bee1eaf13aa4fddb0182e5595da532 (diff)
downloadwayland-ivi-extension-e1807117aea8e760a3134d137bad7581f10a685d.tar.gz
ilmClient,ilmControl,tests: remove ilm_surfaceInitialize
it is imposible to create a surface without a native handle. This API will not work. Therefore, it is removed. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'ivi-layermanagement-api/ilmControl')
-rw-r--r--ivi-layermanagement-api/ilmControl/include/ilm_control.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ivi-layermanagement-api/ilmControl/include/ilm_control.h b/ivi-layermanagement-api/ilmControl/include/ilm_control.h
index 736a2ab..eee0e4b 100644
--- a/ivi-layermanagement-api/ilmControl/include/ilm_control.h
+++ b/ivi-layermanagement-api/ilmControl/include/ilm_control.h
@@ -318,16 +318,6 @@ ilmErrorTypes ilm_layerGetOrientation(t_ilm_layer layerId, ilmOrientation *pOrie
ilmErrorTypes ilm_layerSetRenderOrder(t_ilm_layer layerId, t_ilm_layer *pSurfaceId, t_ilm_int number);
/**
- * \brief Create the logical surface, which has no native buffer associated
- * \ingroup ilmControl
- * \param[in] pSurfaceId The value pSurfaceId points to is used as ID for new surface;
- * \param[out] pSurfaceId The ID of the newly created surface is returned in this parameter
- * \return ILM_SUCCESS if the method call was successful
- * \return ILM_FAILED if the client can not call the method on the service.
- */
-ilmErrorTypes ilm_surfaceInitialize(t_ilm_surface *pSurfaceId);
-
-/**
* \brief Set the visibility of a surface. If a surface is not visible it will not be rendered.
* \ingroup ilmControl
* \param[in] surfaceId Id of the surface to set the visibility of