Add grab fields to pointer structure
authorChris Michael <devilhorns@comcast.net>
Thu, 13 Jun 2013 17:12:27 +0000 (18:12 +0100)
committerChris Michael <devilhorns@comcast.net>
Thu, 13 Jun 2013 17:12:27 +0000 (18:12 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_input.h

index 8f725c7fa747f9e1d4227b311fdab4d0302a002a..12ae78df551f7ed9f48834f6d8c661e353f7c37a 100644 (file)
@@ -67,6 +67,10 @@ struct _E_Input_Pointer
 
    E_Input_Pointer_Grab *grab;
    E_Input_Pointer_Grab default_grab;
+
+   Evas_Coord grab_x, grab_y;
+   unsigned int grab_button, button_count;
+   unsigned int grab_serial, grab_time;
 };
 
 EAPI Eina_Bool e_input_init(E_Compositor *comp, E_Input *seat, const char *name);