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:
224e291
)
e_keyrouter: add mode and data variable to E_Keyrouter_Event_Data
70/175870/1
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 13 Apr 2018 04:51:11 +0000
(13:51 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 13 Apr 2018 04:51:11 +0000
(13:51 +0900)
Change-Id: I3b35694d858d48c4d57ff58efbdde07e1360d649
src/bin/e_keyrouter.h
patch
|
blob
|
history
diff --git
a/src/bin/e_keyrouter.h
b/src/bin/e_keyrouter.h
index 8c70428cff133d70c93677c7538f9cb5cf856fcc..997131e5fbf5a4cf90b4f84b443da2eb15313065 100644
(file)
--- a/
src/bin/e_keyrouter.h
+++ b/
src/bin/e_keyrouter.h
@@
-87,6
+87,9
@@
struct _E_Keyrouter_Event_Data
{
struct wl_client *client;
struct wl_resource *surface;
+
+ int mode;
+ void *data;
};
E_API E_Keyrouter_Intercept_Hook *e_keyrouter_intercept_hook_add(E_Keyrouter_Intercept_Hook_Point hookpoint, E_Keyrouter_Intercept_Hook_Cb func, const void *data);