summaryrefslogtreecommitdiff
path: root/src/lib/ector/Ector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ector/Ector.h')
-rw-r--r--src/lib/ector/Ector.h4
1 files 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.