ecore-wl2: Mark API as Beta before 1.17 gets released
authorChris Michael <cpmichael@osg.samsung.com>
Wed, 6 Jan 2016 17:16:33 +0000 (12:16 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 6 Jan 2016 17:16:33 +0000 (12:16 -0500)
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/ecore_wl2/Ecore_Wl2.h

index f77ede3..18960b0 100644 (file)
 /* extern "C" { */
 /* # endif */
 
+# ifdef EFL_BETA_API_SUPPORT
+
 typedef struct _Ecore_Wl2_Subsurface Ecore_Wl2_Subsurface;
 
-# ifndef _ECORE_WL2_WINDOW_PREDEF
+#  ifndef _ECORE_WL2_WINDOW_PREDEF
 typedef struct _Ecore_Wl2_Window Ecore_Wl2_Window;
-# endif
+#  endif
 
 typedef struct _Ecore_Wl2_Display Ecore_Wl2_Display;
 typedef struct _Ecore_Wl2_Output Ecore_Wl2_Output;
@@ -1047,6 +1049,8 @@ EAPI Ecore_Wl2_Display *ecore_wl2_window_display_get(const Ecore_Wl2_Window *win
 /* } */
 /* # endif */
 
+# endif
+
 # undef EAPI
 # define EAPI