e_keyrouter: take keyrouter functions to enlightenment's core 82/174682/4
authorJengHyun Kang <jhyuni.kang@samsung.com>
Tue, 3 Apr 2018 11:02:38 +0000 (20:02 +0900)
committerJeongHyun Kang <jhyuni.kang@samsung.com>
Thu, 12 Apr 2018 08:41:42 +0000 (08:41 +0000)
commit4abd03ecdd95788b034ed039257eb5c335380a98
tree35ff96b5010bb17d752bb40cb19aff377fef76cc
parent2fcd5af1bfa92f3225a52ed9b6be094efb5a23ac
e_keyrouter: take keyrouter functions to enlightenment's core

  - To send keys through keyrouter's policy

Change-Id: I2c864c708c46347e61ccbc420b6f5455feb84efe
12 files changed:
src/bin/Makefile.mk
src/bin/e_comp_canvas.c
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_keyrouter.c
src/bin/e_keyrouter.h
src/bin/e_keyrouter_conf.c [new file with mode: 0644]
src/bin/e_keyrouter_events.c [new file with mode: 0644]
src/bin/e_keyrouter_list.c [new file with mode: 0644]
src/bin/e_keyrouter_private.h [new file with mode: 0644]
src/bin/e_keyrouter_wl.c [new file with mode: 0644]
src/bin/e_main.c