evas_legach.h: add heder define for migration job
authorJiyoun Park <jy0703.park@samsung.com>
Fri, 15 Dec 2017 05:03:31 +0000 (14:03 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 13:34:07 +0000 (22:34 +0900)
crosswalk-tizen app include Evas_Legacy.h directly.
after changing the app, we will revert this commit.

Change-Id: I7168dd7e8aefc998c8dc5c92ae0bcaa72fbee44b

src/lib/evas/Evas_Legacy.h

index 22dc05f..fd46ac6 100755 (executable)
@@ -1,6 +1,10 @@
 #ifndef _EVAS_H
 # error You shall not include this header directly
 #endif
+//TIZEN_ONLY(20171215): add heder define
+#ifndef _EVAS_LEGACY_H
+#define _EVAS_LEGACY_H
+//
 
 /**
  * @ingroup Evas_Canvas
@@ -8060,3 +8064,7 @@ EAPI Eina_Bool                                evas_textblock_cursor_cluster_prev
 EAPI Evas_Object *evas_object_event_grabber_add(Evas *e);
 #include "canvas/efl_canvas_object_event_grabber.eo.legacy.h"
 #endif
+
+//TIZEN_ONLY(20171215): add heder define
+#endif
+//