and fix chglog and @since for max img size api

SVN revision: 64290
This commit is contained in:
Carsten Haitzler 2011-10-22 05:42:48 +00:00
parent 9e08e27995
commit 3cf77b0b30
2 changed files with 7 additions and 0 deletions

View File

@ -485,3 +485,9 @@
- underline_dash_color
- underline_dash_width
- underline_dash_gap
2011-10-21 Carsten Haitzler (The Rasterman)
* Add function to request what the largest possible image (or texture)
size is from evas.

View File

@ -2681,6 +2681,7 @@ EAPI int evas_image_cache_get (const Evas *e) EINA_WA
* check the return values of @p maxw and @p maxh as there may still be a
* limit, just a much higher one.
*
* @since 1.1
*/
EAPI Eina_Bool evas_image_max_size_get (const Evas *e, int *maxw, int *maxh) EINA_ARG_NONNULL(1) EINA_PURE;