e_input_device: fix a invalid argument
authorjeon <jhyuni.kang@samsung.com>
Tue, 15 Oct 2019 04:21:45 +0000 (13:21 +0900)
committerSung-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

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;
           }