Pointer grab should be a pointer.
authorChris Michael <devilhorns@comcast.net>
Fri, 7 Jun 2013 17:34:15 +0000 (18:34 +0100)
committerChris Michael <devilhorns@comcast.net>
Fri, 7 Jun 2013 17:34:15 +0000 (18:34 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_shell_surface.h

index 0782a2f9a3e021828bfa1dd69cec191eafa7632e..bf142d448e3aab6d6bb115e026bddb4be562ab98 100644 (file)
@@ -34,7 +34,7 @@ struct _E_Shell_Surface
 
    struct 
      {
-        struct wl_pointer_grab grab;
+        struct wl_pointer_grab *grab;
         struct wl_seat *seat;
         struct wl_listener parent_destroy;
         Evas_Coord x, y;