This patch adds new methods to the screen interface that we can use inside wl_drm to determine if a key event is eaten or not. This fixes an issue where VT-Switching would not work if an application was on the screen (E-Wayland).
35febc3 add key_up and key_down methods to sreen interface
src/bin/e_comp.h | 4 ++++
src/bin/e_comp_canvas.c | 16 ++++++++++------
src/modules/wl_drm/e_mod_main.c | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 6 deletions(-)
Upstream: git.enlightenment.org