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:
cd0db62
)
e_input: fix not to call ecore_evas_input_event_register_with_multi() : unnecessary
85/161585/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Fri, 24 Nov 2017 08:28:25 +0000
(17:28 +0900)
committer
Sung-Jin Park
<sj76.park@samsung.com>
Fri, 24 Nov 2017 08:28:25 +0000
(17:28 +0900)
Change-Id: I4074be93b2c3e40849c4690d403bb3df1ff86d3a
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/bin/e_input.c
patch
|
blob
|
history
diff --git
a/src/bin/e_input.c
b/src/bin/e_input.c
index b25c788d1c82dd4ecadae81f3640d7a0beb08464..807243ec13a89049a2cd67ee01cd041ad0abd957 100644
(file)
--- a/
src/bin/e_input.c
+++ b/
src/bin/e_input.c
@@
-41,7
+41,6
@@
e_input_init(Ecore_Evas *ee)
ecore_event_add(E_EVENT_INPUT_ENABLED, NULL, NULL, NULL);
- ecore_evas_input_event_register_with_multi(ee);
ecore_evas_input_event_register_with_multi2(ee);
if (!e_input)