add back x11 window focusing

somehow during a cherry-pick of 96b55ce441,
this line was removed. no conflicts were raised during the cherry-pick.

thanksgit.jpg

fix T3137
This commit is contained in:
Mike Blumenkrantz 2016-02-03 11:45:27 -05:00
parent f3b9d9a9c6
commit 4a6f329905
1 changed files with 1 additions and 0 deletions

View File

@ -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;