e_input_device: fix a invalid argument 32/215732/2
authorjeon <jhyuni.kang@samsung.com>
Tue, 15 Oct 2019 04:21:45 +0000 (13:21 +0900)
committerJeongHyun Kang <jhyuni.kang@samsung.com>
Tue, 15 Oct 2019 04:22:30 +0000 (04:22 +0000)
Change-Id: Ie182f57f9ff93baa2435434d1c0582eebcd17bfe

src/bin/e_input_device.c

index 5aa72b2e01faf79ed7840cc7d0368330c0d38be3..4311dfc555a705df5b6d7ff48a69654e600efdb6 100644 (file)
@@ -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(edev);
+             _e_input_pointer_motion_post(warp_dev);
 
              found = EINA_TRUE;
           }