Ecore_Device: fix app's build error becase difference between tizen & opensource
authorJiyoun Park <jy0703.park@samsung.com>
Wed, 13 Dec 2017 08:16:10 +0000 (17:16 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 13:30:52 +0000 (22:30 +0900)
commit0d14a4b739f4405a2d81f93363cca5ad610d5b43
tree5d196cdac87351c6976b662412d68845c636bd20
parent890da27dd7d32c5c0d0e6663715eb1ea1dbce4ed
Ecore_Device: fix app's build error becase difference between tizen & opensource

Ecore_Event structure is changed in opensource. it add Eo type to all Ecore event type structure.
but currently, tize only code also add Ecore_Device to the end of Ecore event sturcture.
so we should change c code to deal with Ecore_Device type.
this is hotfix patch for build.

Change-Id: Ic4b66cf5f99e116f308831bd58d744aac82a5b56
src/lib/ecore/Ecore_Common.h