From 7d6f31fa85cacf0cb9f0e3c799aca14de3882bf2 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 16 Apr 2013 11:41:54 +0100 Subject: [PATCH] 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 --- src/bin/e_comp_wl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 9b7ebac2a..24512524a 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -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;