discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c86aa21e904c4547f31f58e66100e654f03aceb4

commit c86aa21e904c4547f31f58e66100e654f03aceb4
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jan 22 13:13:08 2016 -0500

    remove comp canvas key handler shortcuts for passing keys to wayland clients
    
    now handled normally by disabling bindings
---
 src/bin/e_comp_canvas.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/bin/e_comp_canvas.c b/src/bin/e_comp_canvas.c
index 1d42e51..0ce97fd 100644
--- a/src/bin/e_comp_canvas.c
+++ b/src/bin/e_comp_canvas.c
@@ -101,13 +101,6 @@ static Eina_Bool
 _key_down(int ctx, Ecore_Event_Key *ev)
 {
    e_screensaver_notidle();
-   if (e_menu_grab_window_get())
-     {
-#ifdef HAVE_WAYLAND
-        e_comp_wl_key_down(ev);
-#endif
-        return ECORE_CALLBACK_RENEW;
-     }
    if ((e_comp->comp_type == E_PIXMAP_TYPE_X) && (ev->event_window != 
e_comp->root))
      {
         E_Client *ec;
@@ -143,13 +136,6 @@ static Eina_Bool
 _key_up(int ctx, Ecore_Event_Key *ev)
 {
    e_screensaver_notidle();
-   if (e_menu_grab_window_get())
-     {
-#ifdef HAVE_WAYLAND
-        e_comp_wl_key_up(ev);
-#endif
-        return ECORE_CALLBACK_RENEW;
-     }
    if ((e_comp->comp_type == E_PIXMAP_TYPE_X) && (ev->event_window != 
e_comp->root)) return ECORE_CALLBACK_PASS_ON;
    return !e_bindings_key_up_event_handle(ctx, E_OBJECT(e_comp), ev)
 #ifdef HAVE_WAYLAND

-- 


Reply via email to