From 2e092347a8f14f7a2bf52227f07e4e96faebfa8e Mon Sep 17 00:00:00 2001 From: Jiyoun Park Date: Fri, 15 Dec 2017 14:03:31 +0900 Subject: [PATCH] evas_legach.h: add heder define for migration job 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 22dc05f..fd46ac6 100755 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -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 +// -- 2.7.4