From 0ab6d6cc973688dafe5f64fa04fa8d22259cc256 Mon Sep 17 00:00:00 2001 From: Bowon Ryu Date: Tue, 28 Jun 2016 15:50:33 +0900 Subject: [PATCH] fixed window os compliation. uint is temporarly used in output_copy(). but This interface will be removed. Define this temporarily. Change-Id: I43ac664cc6595187c321462c0b2c7d874693f77e --- src/lib/evas/include/evas_private.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index 61668cf..170caf0 100755 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h @@ -1255,6 +1255,9 @@ struct _Evas_Object_Func // void *surface, int x, int y); }; +/* TIZEN_ONLY(160628): uint is temporarly used in output_copy(). but This interface will be removed. */ +typedef uint32_t uint; + struct _Evas_Func { void *(*info) (Evas *e); -- 2.7.4