From 67044ae214b6647293b393a884bf233d5bcd2743 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 6 Jan 2016 12:16:33 -0500 Subject: [PATCH] ecore-wl2: Mark API as Beta before 1.17 gets released Signed-off-by: Chris Michael --- src/lib/ecore_wl2/Ecore_Wl2.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index f77ede37fa..18960b0192 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -28,11 +28,13 @@ /* 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