Add ecore_evas to pointer structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 10:22:45 +01:00
parent b0c1244430
commit de21d14a9d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ struct _E_Pointer
Eina_Bool idle : 1;
Evas *evas;
Ecore_Evas *ee;
Evas_Object *o_ptr, *o_hot;
void *obj;