discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=1d3253777ab45362d567222385f706c6e639a9c8

commit 1d3253777ab45362d567222385f706c6e639a9c8
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Apr 21 15:24:41 2015 -0400

    colorclass: move header behind EFL_BETA_API_SUPPORT
    
    may end up iterating a bit more on this, don't want to be stuck with api
---
 src/lib/elm_color_class.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_color_class.h b/src/lib/elm_color_class.h
index 235405e..0baeae8 100644
--- a/src/lib/elm_color_class.h
+++ b/src/lib/elm_color_class.h
@@ -1,5 +1,6 @@
-#ifndef ELM_COLOR_CLASS_H
-# define ELM_COLOR_CLASS_H
+#ifdef EFL_BETA_API_SUPPORT
+# ifndef ELM_COLOR_CLASS_H
+#  define ELM_COLOR_CLASS_H
 
 /**
  * @defgroup Elm_Color_Class_Group Color Class Editor
@@ -82,4 +83,5 @@ EAPI void elm_color_class_list_cb_set(Elm_Color_Class_List_Cb 
cb);
 EAPI Eina_List *elm_color_class_util_edje_file_list(Eina_File *f);
 /** }@ */
 
+# endif
 #endif

-- 


Reply via email to