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)
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

index 4b6c956..18f39c3 100644 (file)
@@ -3210,7 +3210,10 @@ typedef struct _Ecore_Job Ecore_Job;    /**< A job handle */
  *
  * @{
  */
- typedef struct _Ecore_Device                 Ecore_Device; /**< A handle for an device */
+//TIZNE_ONLY(20171214): migration build fix.
+//typedef struct _Ecore_Device                 Ecore_Device; /**< A handle for an device */
+typedef Eo                 Ecore_Device; /**< A handle for an device */
+//
 
 /**
   * @typedef Ecore_Device_Class