ecore-wl2: Mark API as Beta before 1.17 gets released

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-01-06 12:16:33 -05:00
parent a957f5a57f
commit 67044ae214
1 changed files with 6 additions and 2 deletions

View File

@ -28,11 +28,13 @@
/* extern "C" { */ /* extern "C" { */
/* # endif */ /* # endif */
# ifdef EFL_BETA_API_SUPPORT
typedef struct _Ecore_Wl2_Subsurface Ecore_Wl2_Subsurface; 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; typedef struct _Ecore_Wl2_Window Ecore_Wl2_Window;
# endif # endif
typedef struct _Ecore_Wl2_Display Ecore_Wl2_Display; typedef struct _Ecore_Wl2_Display Ecore_Wl2_Display;
typedef struct _Ecore_Wl2_Output Ecore_Wl2_Output; 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 */
# endif
# undef EAPI # undef EAPI
# define EAPI # define EAPI