ecore-drm: Don't send mouse_move event too early 63/54863/2
authorDuna Oh <duna.oh@samsung.com>
Fri, 18 Dec 2015 08:35:55 +0000 (17:35 +0900)
committerDuna Oh <duna.oh@samsung.com>
Mon, 21 Dec 2015 02:19:40 +0000 (18:19 -0800)
commitb673668d895739fe73006bdc6e8257bb12b7f67f
tree4f35637e9df6aee1206f830d2c80bf35b3ee07d1
parenta6ce8e75084379960b3eb2cf58ff97bf1968168e
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.

origin: upstream
https://git.enlightenment.org/core/efl.git/commit/?id=0210051a40beb2d53789ced8b6c97671ea99ef2b

Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I14f68f75ff1cd49faa420be394798a9597f8e0c7
src/lib/ecore_drm/ecore_drm_evdev.c