Use E_Input for popup seat.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-13 18:37:39 +01:00
parent 274120f4c4
commit e37f590619
1 changed files with 1 additions and 1 deletions

View File

@ -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;