Add surface smart object to E_Wayland_Surface struture.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-10 10:58:38 +01:00
parent ab729ae557
commit 8745eadb3d
1 changed files with 6 additions and 3 deletions

View File

@ -105,11 +105,14 @@ struct _E_Wayland_Surface
pixman_region32_t damage, clip;
} region;
E_Border *bd;
/* smart object for this surface */
Evas_Object *obj;
Ecore_Evas *ee;
Evas_Object *img;
Evas_Object *input_rect;
E_Border *bd;
/* Evas_Object *img; */
/* Evas_Object *input_rect; */
E_Wayland_Shell_Surface *shell_surface;
Eina_Bool mapped : 1;