From: Chris Michael Date: Thu, 13 Jun 2013 17:37:39 +0000 (+0100) Subject: Use E_Input for popup seat. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e37f590619818f79386f70aafd394f2fce89cbd4;p=platform%2Fupstream%2Fenlightenment.git Use E_Input for popup seat. Signed-off-by: Chris Michael --- diff --git a/src/bin/e_wayland/e_shell_surface.h b/src/bin/e_wayland/e_shell_surface.h index a91d1d268c..a62c00865b 100644 --- a/src/bin/e_wayland/e_shell_surface.h +++ b/src/bin/e_wayland/e_shell_surface.h @@ -35,8 +35,8 @@ struct _E_Shell_Surface struct { struct wl_list grabs; + E_Input *seat; // struct wl_pointer_grab *grab; - struct wl_seat *seat; struct wl_listener parent_destroy; Evas_Coord x, y; Eina_Bool up : 1;