From 8c386e130c594a3ca8c152338fca7314039728fc Mon Sep 17 00:00:00 2001 From: raster Date: Sat, 22 Oct 2011 05:42:48 +0000 Subject: [PATCH] and fix chglog and @since for max img size api git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@64290 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- ChangeLog | 6 ++++++ src/lib/Evas.h | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 96b0394..19d7ba8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. + diff --git a/src/lib/Evas.h b/src/lib/Evas.h index 7134031..e22284a 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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; -- 2.7.4