revert_to can't be PointerRoot, should probably be RevertToPointerRoot

SVN revision: 33737
This commit is contained in:
Sebastian Dransfeld 2008-02-12 20:34:41 +00:00
parent 69c774cbe6
commit 1ff7daa0bb
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ ecore_x_window_focus(Ecore_X_Window win)
{
if (win == 0) win = DefaultRootWindow(_ecore_x_disp);
// XSetInputFocus(_ecore_x_disp, win, RevertToNone, CurrentTime);
XSetInputFocus(_ecore_x_disp, win, PointerRoot, CurrentTime);
XSetInputFocus(_ecore_x_disp, win, RevertToPointerRoot, CurrentTime);
}
/**