From: venu musham Date: Fri, 16 Jan 2015 04:53:08 +0000 (+0900) Subject: fixup! Fix for graphics on tizen/desktop X-Git-Tag: submit/tizen/20201118.160233~1447 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=479508f3bdfdc0de52b9024f07055882e574ac74;p=platform%2Fframework%2Fweb%2Fchromium-efl.git fixup! Fix for graphics on tizen/desktop Evas_Object is defined as _Eo in evas version 1.12. In evas version below 1.12 it is defined as _Evas_Object. fixup declarations of _Evas_Object by including Evas.h, it defines Evas_Object. Reviewed by: Piotr Tworek, SeungSeop Park Change-Id: I9bfecb44c478a6eb43dc655833ec43cffd1062c7 Signed-off-by: venu musham --- diff --git a/tizen_src/impl/gl/gl_shared_context_efl.h b/tizen_src/impl/gl/gl_shared_context_efl.h index ae5ef06..d3da83c 100644 --- a/tizen_src/impl/gl/gl_shared_context_efl.h +++ b/tizen_src/impl/gl/gl_shared_context_efl.h @@ -5,7 +5,8 @@ #ifndef GL_GL_SHARED_CONTEXT_EFL_H #define GL_GL_SHARED_CONTEXT_EFL_H -typedef struct _Evas_Object Evas_Object; +#include + typedef struct _Evas_GL_Context Evas_GL_Context; namespace gfx {