discomfitor pushed a commit to branch enlightenment-0.20.

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

commit 4a6f329905a074d081fae41e7520678ddbd021e3
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Feb 3 11:45:27 2016 -0500

    add back x11 window focusing
    
    somehow during a cherry-pick of 96b55ce441d68c7a23a15a344c850d92a35af544,
    this line was removed. no conflicts were raised during the cherry-pick.
    
    thanksgit.jpg
    
    fix T3137
---
 src/bin/e_grabinput.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_grabinput.c b/src/bin/e_grabinput.c
index 6bf5852..c050a08 100644
--- a/src/bin/e_grabinput.c
+++ b/src/bin/e_grabinput.c
@@ -189,6 +189,7 @@ _e_grabinput_focus_do(Ecore_Window win, E_Focus_Method 
method)
       case E_FOCUS_METHOD_PASSIVE:
 #ifndef HAVE_WAYLAND_ONLY
         if (e_comp_util_has_x())
+          ecore_x_window_focus(win);
 #endif
         break;
 

-- 


Reply via email to