projects
/
platform
/
core
/
uifw
/
e-mod-tizen-devicemgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2d2ae
)
device: change a function to get transformed coordination in pointer warp
56/130656/1
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Tue, 23 May 2017 08:14:43 +0000
(17:14 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Tue, 23 May 2017 08:14:43 +0000
(17:14 +0900)
Change-Id: I933d50d9ac481b8256be1cdf150cfc2c72d8bfc1
src/e_devicemgr_device.c
patch
|
blob
|
history
diff --git
a/src/e_devicemgr_device.c
b/src/e_devicemgr_device.c
index f7b374d982d6e0aa215693e6a44428cf0e8e0b7f..f36811d51d20a01864c2ec896f3b317aad84e08e 100644
(file)
--- a/
src/e_devicemgr_device.c
+++ b/
src/e_devicemgr_device.c
@@
-1898,7
+1898,7
@@
_e_input_devmgr_cb_pointer_warp(struct wl_client *client, struct wl_resource *re
new_x = wl_fixed_to_int(x);
new_y = wl_fixed_to_int(y);
if (e_client_transform_core_enable_get(ec))
- e_client_transform_core_input_inv_transform(ec, wl_fixed_to_int(x), wl_fixed_to_int(y), &new_x, &new_y);
+ e_client_transform_core_input_inv_
rect_
transform(ec, wl_fixed_to_int(x), wl_fixed_to_int(y), &new_x, &new_y);
ret = _e_devicemgr_pointer_warp(ec->client.x + new_x, ec->client.y + new_y);
tizen_input_device_manager_send_error(resource, ret);