cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=81c2c88e99c4b958aed30de6319b6f0b2e6b0770
commit 81c2c88e99c4b958aed30de6319b6f0b2e6b0770 Author: Cedric Bail <[email protected]> Date: Sun Mar 12 11:17:43 2017 -0700 ecore_evas: keep VNC API BETA until multi evas output is in, just in case. --- src/lib/ecore_evas/Ecore_Evas.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index e2c58a0..da23432 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -2547,6 +2547,8 @@ EAPI void ecore_evas_x11_shape_input_empty(Ecore_Evas *ee); EAPI void ecore_evas_x11_shape_input_reset(Ecore_Evas *ee); EAPI void ecore_evas_x11_shape_input_apply(Ecore_Evas *ee); +#ifdef EFL_BETA_API_SUPPORT + /** * @brief A callback used to accept a new client. * @param data The callback data @@ -2595,6 +2597,8 @@ EAPI Eina_Bool ecore_evas_vnc_start(Ecore_Evas *ee, const char *addr, int p */ EAPI Eina_Bool ecore_evas_vnc_stop(Ecore_Evas *ee); +#endif + /** * @defgroup Ecore_Evas_Ews Ecore_Evas Single Process Windowing System. * @ingroup Ecore_Evas_Group --
