projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
248bbf2
)
Add grab fields to pointer structure
author
Chris Michael
<devilhorns@comcast.net>
Thu, 13 Jun 2013 17:12:27 +0000
(18:12 +0100)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_input.h
b/src/bin/e_wayland/e_input.h
index 8f725c7fa747f9e1d4227b311fdab4d0302a002a..12ae78df551f7ed9f48834f6d8c661e353f7c37a 100644
(file)
--- a/
src/bin/e_wayland/e_input.h
+++ b/
src/bin/e_wayland/e_input.h
@@
-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);