ecore_evas: add brief docs and since tags for new ecore_evas_shadow_geometry_*

These have been missing when introduced during the 1.19 cycle.
This commit is contained in:
Stefan Schmidt 2017-02-14 21:06:38 +01:00
parent 515c2d0374
commit ae3f7857e6
1 changed files with 11 additions and 0 deletions

View File

@ -2442,8 +2442,19 @@ EAPI Eina_Bool ecore_evas_draw_frame_get(const Ecore_Evas *ee) EINA_DEPRECATED
*
* Note that the framespace contains both a shadow or glow around the window,
* and the window borders (title bar, etc...).
*
* @since 1.19
*/
EAPI void ecore_evas_shadow_geometry_set(Ecore_Evas *ee, int x, int y, int w, int h);
/**
* @brief Get shadow geometry for client-side decorations
*
* Note that the framespace contains both a shadow or glow around the window,
* and the window borders (title bar, etc...).
*
* @since 1.19
*/
EAPI void ecore_evas_shadow_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h);
/**