Use E_Input for popup seat.
authorChris Michael <devilhorns@comcast.net>
Thu, 13 Jun 2013 17:37:39 +0000 (18:37 +0100)
committerChris Michael <devilhorns@comcast.net>
Thu, 13 Jun 2013 17:37:39 +0000 (18:37 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_shell_surface.h

index a91d1d268caa2d138a3f52f8ee3bf2fdf923a8d6..a62c00865bfb32965095f5a20ca03136f99482a7 100644 (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;