The definition of the object is different in Elementary 1.13. Since this
is what Tizen 3.0 currently uses the code failed to compile. Instead of
using forward delclarations simply include Elementary.h header. This
should ensure the code builds no matter what version of EFL/Elementary
is being used.
Change-Id: Id5eb1fde0aa16ab651538755d1aac67edd0e9011
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
#define popup_picker_h
#include <Evas.h>
+#include <Elementary.h>
-typedef struct _Elm_Object_Item Elm_Object_Item;
typedef struct Popup_Menu_Item Popup_Menu_Item;
namespace WebKit {