reverttonone

SVN revision: 5698
This commit is contained in:
Carsten Haitzler 2001-11-16 05:40:18 +00:00
parent 4cc0151e2d
commit 631aba69ea
1 changed files with 1 additions and 1 deletions

View File

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