summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-api
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-07-01 09:01:40 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-07-06 18:41:03 +0900
commited7a513fe3459e68e30bcb63948dd194825d05f0 (patch)
treeed69dbccff70e00d0612135609c8a2cf6a428463 /ivi-layermanagement-api
parentb272371f6391963bb9afb9919bcdd5eb436b3321 (diff)
downloadwayland-ivi-extension-ed7a513fe3459e68e30bcb63948dd194825d05f0.tar.gz
ilmClient,ilmControl: move ilm_getPropertiesOfSurface to ilmControl
the declaration of the API is moved from ilmClient.h to ilmControl.h. Because it is implemented in ilmControl. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'ivi-layermanagement-api')
-rw-r--r--ivi-layermanagement-api/ilmClient/include/ilm_client.h10
-rw-r--r--ivi-layermanagement-api/ilmControl/include/ilm_control.h10
2 files changed, 10 insertions, 10 deletions
diff --git a/ivi-layermanagement-api/ilmClient/include/ilm_client.h b/ivi-layermanagement-api/ilmClient/include/ilm_client.h
index 75949ae..7b3fdfb 100644
--- a/ivi-layermanagement-api/ilmClient/include/ilm_client.h
+++ b/ivi-layermanagement-api/ilmClient/include/ilm_client.h
@@ -28,16 +28,6 @@ extern "C" {
#include "ilm_common.h"
/**
- * \brief Get the surface properties from the Layermanagement
- * \ingroup ilmClient
- * \param[in] surfaceID surface Indentifier as a Number from 0 .. MaxNumber of Surfaces
- * \param[out] pSurfaceProperties pointer where the surface properties should be stored
- * \return ILM_SUCCESS if the method call was successful
- * \return ILM_FAILED if the client can not get the resolution.
- */
-ilmErrorTypes ilm_getPropertiesOfSurface(t_ilm_uint surfaceID, struct ilmSurfaceProperties* pSurfaceProperties);
-
-/**
* \brief Get the screen resolution of a specific screen from the Layermanagement
* \ingroup ilmClient
* \param[in] screenID Screen Indentifier as a Number from 0 .. MaxNumber of Screens
diff --git a/ivi-layermanagement-api/ilmControl/include/ilm_control.h b/ivi-layermanagement-api/ilmControl/include/ilm_control.h
index a8fad33..35a314d 100644
--- a/ivi-layermanagement-api/ilmControl/include/ilm_control.h
+++ b/ivi-layermanagement-api/ilmControl/include/ilm_control.h
@@ -27,6 +27,16 @@ extern "C" {
#include "ilm_common.h"
/**
+ * \brief Get the surface properties from the Layermanagement
+ * \ingroup ilmClient
+ * \param[in] surfaceID surface Indentifier as a Number from 0 .. MaxNumber of Surfaces
+ * \param[out] pSurfaceProperties pointer where the surface properties should be stored
+ * \return ILM_SUCCESS if the method call was successful
+ * \return ILM_FAILED if the client can not get the resolution.
+ */
+ilmErrorTypes ilm_getPropertiesOfSurface(t_ilm_uint surfaceID, struct ilmSurfaceProperties* pSurfaceProperties);
+
+/**
* \brief Get the layer properties from the Layermanagement
* \ingroup ilmControl
* \param[in] layerID layer Indentifier as a Number from 0 .. MaxNumber of Layer