summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:57:55 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:57:55 +0200
commit6a52271a8617071b0e6a0e512d97012616c8b9fc (patch)
tree90a20deb54a6e2627d19604e884778008bb3bca0
parent899b70d3dcb4bc7ca7de0fe3ec79ccae0577b48a (diff)
downloadefl-devs/cedric/evas_vg.tar.gz
ector: make sure that all of Ector is a beta API.devs/cedric/evas_vg
-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.