ector: make sure that all of Ector is a beta API.

This commit is contained in:
Cedric BAIL 2015-04-03 16:57:55 +02:00
parent 899b70d3dc
commit 6a52271a86
1 changed files with 2 additions and 2 deletions

View File

@ -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.