From 631aba69ea58cb95983aa8344184b93998f9d950 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 16 Nov 2001 05:40:18 +0000 Subject: [PATCH] reverttonone SVN revision: 5698 --- legacy/ecore/src/e_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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