Add a reference to the Evas of the surface.

Use Eina_List for border hooks (as we need more than one anyway).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-16 11:41:54 +01:00
parent 20c6fb53e1
commit 7d6f31fa85
1 changed files with 5 additions and 0 deletions

View File

@ -109,7 +109,12 @@ struct _E_Wayland_Surface
Evas_Object *obj;
Ecore_Evas *ee;
Ecore_X_Window evas_win;
Evas *evas;
E_Border *bd;
Eina_List *bd_hooks;
/* E_Border_Hook *bd_hook; */
E_Wayland_Shell_Surface *shell_surface;
Eina_Bool mapped : 1;