discomfitor pushed a commit to branch master.

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

commit 5b63ce91dc42275be049a95bd827891a052f2a0f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jun 25 19:23:35 2015 -0400

    comment out grabinput focus calls in wayland compositor
    
    these did nothing, remove for now
---
 src/bin/e_comp_wl.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 9d230b9..971c4a9 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2257,14 +2257,14 @@ _e_comp_wl_client_cb_focus_set(void *data EINA_UNUSED, 
E_Client *ec)
                                               0, 0, 0);
      }
 
-   if ((ec->icccm.take_focus) && (ec->icccm.accepts_focus))
-     e_grabinput_focus(e_client_util_win_get(ec),
-                       E_FOCUS_METHOD_LOCALLY_ACTIVE);
-   else if (!ec->icccm.accepts_focus)
-     e_grabinput_focus(e_client_util_win_get(ec),
-                       E_FOCUS_METHOD_GLOBALLY_ACTIVE);
-   else if (!ec->icccm.take_focus)
-     e_grabinput_focus(e_client_util_win_get(ec), E_FOCUS_METHOD_PASSIVE);
+   //if ((ec->icccm.take_focus) && (ec->icccm.accepts_focus))
+     //e_grabinput_focus(e_client_util_win_get(ec),
+                       //E_FOCUS_METHOD_LOCALLY_ACTIVE);
+   //else if (!ec->icccm.accepts_focus)
+     //e_grabinput_focus(e_client_util_win_get(ec),
+                       //E_FOCUS_METHOD_GLOBALLY_ACTIVE);
+   //else if (!ec->icccm.take_focus)
+     //e_grabinput_focus(e_client_util_win_get(ec), E_FOCUS_METHOD_PASSIVE);
 
    if (e_comp->wl_comp_data->kbd.focus != ec->comp_data->surface)
      {

-- 


Reply via email to