From 3cf77b0b30772b62563051432d333948fef4a6d9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 22 Oct 2011 05:42:48 +0000 Subject: [PATCH] and fix chglog and @since for max img size api SVN revision: 64290 --- legacy/evas/ChangeLog | 6 ++++++ legacy/evas/src/lib/Evas.h | 1 + 2 files changed, 7 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 96b03945d5..19d7ba8894 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/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/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 7134031efc..e22284ab0e 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/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;