diff options
author | Cedric Bail <cedric@osg.samsung.com> | 2017-03-12 11:17:43 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2017-03-12 11:20:40 -0700 |
commit | 81c2c88e99c4b958aed30de6319b6f0b2e6b0770 (patch) | |
tree | 364d1054a7ccaac814512687dc1c55a422e98148 /src/lib/ecore_evas | |
parent | 54e6f3f012029e209296e6a5989eca54f5a206d5 (diff) |
ecore_evas: keep VNC API BETA until multi evas output is in, just in case.
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index e2c58a0a73..da23432e0a 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); | |||
2547 | EAPI void ecore_evas_x11_shape_input_reset(Ecore_Evas *ee); | 2547 | EAPI void ecore_evas_x11_shape_input_reset(Ecore_Evas *ee); |
2548 | EAPI void ecore_evas_x11_shape_input_apply(Ecore_Evas *ee); | 2548 | EAPI void ecore_evas_x11_shape_input_apply(Ecore_Evas *ee); |
2549 | 2549 | ||
2550 | #ifdef EFL_BETA_API_SUPPORT | ||
2551 | |||
2550 | /** | 2552 | /** |
2551 | * @brief A callback used to accept a new client. | 2553 | * @brief A callback used to accept a new client. |
2552 | * @param data The callback data | 2554 | * @param data The callback data |
@@ -2595,6 +2597,8 @@ EAPI Eina_Bool ecore_evas_vnc_start(Ecore_Evas *ee, const char *addr, int p | |||
2595 | */ | 2597 | */ |
2596 | EAPI Eina_Bool ecore_evas_vnc_stop(Ecore_Evas *ee); | 2598 | EAPI Eina_Bool ecore_evas_vnc_stop(Ecore_Evas *ee); |
2597 | 2599 | ||
2600 | #endif | ||
2601 | |||
2598 | /** | 2602 | /** |
2599 | * @defgroup Ecore_Evas_Ews Ecore_Evas Single Process Windowing System. | 2603 | * @defgroup Ecore_Evas_Ews Ecore_Evas Single Process Windowing System. |
2600 | * @ingroup Ecore_Evas_Group | 2604 | * @ingroup Ecore_Evas_Group |