ecore_evas: keep VNC API BETA until multi evas output is in, just in case.

This commit is contained in:
Cedric Bail 2017-03-12 11:17:43 -07:00
parent 54e6f3f012
commit 81c2c88e99
1 changed files with 4 additions and 0 deletions

View File

@ -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