From: Stefan Schmidt Date: Tue, 14 Feb 2017 20:06:38 +0000 (+0100) Subject: ecore_evas: add brief docs and since tags for new ecore_evas_shadow_geometry_* X-Git-Tag: upstream/1.20.0~2017 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae3f7857e6ca773d60180cac72a23d29928e3c05;p=platform%2Fupstream%2Fefl.git 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. --- diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 0af4bcc..3d74e6b 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -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); /**