fixed window os compliation. 69/76969/2
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 28 Jun 2016 06:50:33 +0000 (15:50 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 28 Jun 2016 07:07:14 +0000 (00:07 -0700)
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

index 61668cf..170caf0 100755 (executable)
@@ -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);