From 6a52271a8617071b0e6a0e512d97012616c8b9fc Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 3 Apr 2015 16:57:55 +0200 Subject: ector: make sure that all of Ector is a beta API. --- src/lib/ector/Ector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ector/Ector.h b/src/lib/ector/Ector.h index 0a53facc20..e08c2ed4bc 100644 --- a/src/lib/ector/Ector.h +++ b/src/lib/ector/Ector.h @@ -92,6 +92,8 @@ extern "C" { * @{ */ +#ifdef EFL_BETA_API_SUPPORT + /** * @typedef Ector_Surface * The base type to render content into. @@ -154,8 +156,6 @@ typedef enum _Ector_Update_Type ECTOR_UPDATE_OPAQUE = 8 /* Pushing some opaque pixels (this means that their is no need to read the under layer when blitting this surface) */ } Ector_Update_Type; -#ifdef EFL_BETA_API_SUPPORT - /** * @brief Init the ector subsystem * @return @c EINA_TRUE on success. -- cgit v1.2.1