summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoochanlee <wc0917.lee@samsung.com>2020-01-22 07:39:48 -0500
committerChristopher Michael <cp.michael@samsung.com>2020-01-22 07:43:32 -0500
commite23dc58e200e89ed2eb72ee9931e0f1db83bfddf (patch)
tree285690b4b9214874ef826f8141c056802c78370a
parent46cfcf71903aea7422897eb66a2a5fa0c70f5bfa (diff)
downloadefl-e23dc58e200e89ed2eb72ee9931e0f1db83bfddf.tar.gz
Revert "ecore-wl2: Move ecore_wl2_input_cursor_from_name_set to be internal"
Summary: This reverts commit 6a1d6b6705911dca8e9facc0fefc55e02c6e3694. This API is used publicly in Tizen, so we cannot make it internal. ref T8016 Reviewers: devilhorns Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8016 Differential Revision: https://phab.enlightenment.org/D11147
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_internal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2_internal.h b/src/lib/ecore_wl2/ecore_wl2_internal.h
index 111b2cad30..03d5e27b92 100644
--- a/src/lib/ecore_wl2/ecore_wl2_internal.h
+++ b/src/lib/ecore_wl2/ecore_wl2_internal.h
@@ -579,21 +579,6 @@ EAPI void ecore_wl2_window_aux_hint_del(Ecore_Wl2_Window *window, int id);
*/
EAPI void ecore_wl2_display_terminate(Ecore_Wl2_Display *display);
-/**
- * Set a specific cursor on a given seat
- *
- * @brief This function will try to find a matching cursor inside the existing
- * cursor theme and set the pointer for the specified seat to be
- * the specified cursor
- *
- * @param input The seat to set the cursor on
- * @param cursor The name of the cursor to try and set
- *
- * @ingroup Ecore_Wl2_Input_Group
- * @since 1.20
- */
-EAPI void ecore_wl2_input_cursor_from_name_set(Ecore_Wl2_Input *input, const char *cursor);
-
# undef EAPI
# define EAPI