Change-Id: I7ae96d5b2f64cbcae5de6da991abab9c62c4b827
Signed-off-by: Duna Oh <duna.oh@samsung.com>
_e_client_cb_ping_poller, ec);
}
+////////////////////////////////////////////
+E_API void
+e_client_cursor_map_apply(E_Client *ec, int rotation, int x, int y)
+{
+ // TODO: remove(deprecate) this e_client_cursor_map_apply.
+}
+
E_API void
e_client_move_cancel(void)
{
E_API void e_client_transform_update(E_Client *ec);
E_API void e_client_transform_apply(E_Client *ec, double degree, double zoom, int cx, int cy);
E_API void e_client_transform_clear(E_Client *ec);
+E_API void e_client_cursor_map_apply(E_Client *ec, int rotation, int x, int y);
YOLO E_API void e_client_focus_stack_set(Eina_List *l);