projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8a883
)
e_input_device: fix a invalid argument
author
jeon
<jhyuni.kang@samsung.com>
Tue, 15 Oct 2019 04:21:45 +0000
(13:21 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Wed, 16 Oct 2019 06:42:38 +0000
(15:42 +0900)
Change-Id: Ie182f57f9ff93baa2435434d1c0582eebcd17bfe
src/bin/e_input_device.c
patch
|
blob
|
history
diff --git
a/src/bin/e_input_device.c
b/src/bin/e_input_device.c
index 5aa72b2e01faf79ed7840cc7d0368330c0d38be3..4311dfc555a705df5b6d7ff48a69654e600efdb6 100644
(file)
--- a/
src/bin/e_input_device.c
+++ b/
src/bin/e_input_device.c
@@
-354,7
+354,7
@@
e_input_device_pointer_warp(E_Input_Device *dev, int x, int y)
{
seat->ptr.dx = seat->ptr.ix = x;
seat->ptr.dy = seat->ptr.iy = y;
- _e_input_pointer_motion_post(
e
dev);
+ _e_input_pointer_motion_post(
warp_
dev);
found = EINA_TRUE;
}