Small improvement to evas_object_rectangle_add docs.

SVN revision: 70763
This commit is contained in:
Jonas M. Gastal 2012-05-04 19:25:33 +00:00
parent 14bd718aee
commit faed16346b
1 changed files with 2 additions and 0 deletions

View File

@ -1407,6 +1407,8 @@ EAPI void *evas_data_attach_get (const Evas *e) EINA_WA
* This is the function by which one tells evas that a part of the
* canvas has to be repainted.
*
* @note All newly created Evas rectangles get the default color values of 255 255 255 255 (opaque white).
*
* @ingroup Evas_Canvas
*/
EAPI void evas_damage_rectangle_add (Evas *e, int x, int y, int w, int h) EINA_ARG_NONNULL(1);