e_client: add blank API (e_client_cursor_map_apply) to prevent build break in e-mod... 22/91522/2
authorDuna Oh <duna.oh@samsung.com>
Mon, 10 Oct 2016 05:00:04 +0000 (14:00 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 10 Oct 2016 05:02:49 +0000 (22:02 -0700)
Change-Id: I7ae96d5b2f64cbcae5de6da991abab9c62c4b827
Signed-off-by: Duna Oh <duna.oh@samsung.com>
src/bin/e_client.c
src/bin/e_client.h

index 21e028c0c6ccb25dda9b13d45b85b66709f4dc3a..346b04f227b1d6c4bc122e9e7a8ec190cd12b052 100644 (file)
@@ -5277,6 +5277,13 @@ e_client_ping(E_Client *ec)
                                       _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)
 {
index dffef6fe5be143c7f7fc005de93148aeac11ccf7..c4b896dcf652d0a0c7feef16af6adaa44a5dd5d5 100644 (file)
@@ -1012,6 +1012,7 @@ E_API Eina_Bool e_client_first_mapped_get(E_Client *ec);
 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);