diff --git a/legacy/ecore/src/e_x.c b/legacy/ecore/src/e_x.c index e77f154b36..b2085a2f18 100644 --- a/legacy/ecore/src/e_x.c +++ b/legacy/ecore/src/e_x.c @@ -1690,7 +1690,7 @@ ecore_focus_to_window(Window win) if (!disp) return; if (win == 0) win = default_root; - XSetInputFocus(disp, win, RevertToPointerRoot, CurrentTime); + XSetInputFocus(disp, win, RevertToNone, CurrentTime); } Atom