Add grab fields to pointer structure

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-13 18:12:27 +01:00
parent 248bbf22b5
commit cf495efaf3
1 changed files with 4 additions and 0 deletions

View 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);