Add obj field to pointer structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-01 14:20:59 +01:00
parent bece224d9e
commit ddb40cead3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ struct _E_Pointer
Evas *evas;
Evas_Object *o_ptr, *o_hot;
void *obj;
Evas_Coord x, y, w, h;
const char *type;