ecore-drm: Don't send mouse_move event too early
authorChris Michael <cp.michael@samsung.com>
Tue, 17 Nov 2015 20:54:34 +0000 (15:54 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 17 Nov 2015 20:54:34 +0000 (15:54 -0500)
commit0210051a40beb2d53789ced8b6c97671ea99ef2b
treea2f6c7c4f6835d8353d6a39fa553064d1560d208
parentd34ad18f3081dc4f887dd869639fd3e72d3bbc11
ecore-drm: Don't send mouse_move event too early

We cannot be sending an ecore_event for mouse move here as it is too
early in the startup process for that too happen. Raising the event
here never gets caught because the ecore_evas has not yet registered
for ecore_input listening.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_evdev.c