lets sync on focus - just in case.. butit doesn't seem to help :/

SVN revision: 41834
This commit is contained in:
Carsten Haitzler 2009-08-17 07:52:59 +00:00
parent 21fa282260
commit d58712dd80
1 changed files with 3 additions and 0 deletions

View File

@ -123,12 +123,15 @@ _e_grabinput_focus(Ecore_X_Window win, E_Focus_Method method)
ecore_x_window_focus(win);
ecore_x_sync(); // let x actually get the x focus request
ecore_x_icccm_take_focus_send(win, ecore_x_current_time_get());
ecore_x_sync(); // let x actually get the x focus request
break;
case E_FOCUS_METHOD_GLOBALLY_ACTIVE:
ecore_x_icccm_take_focus_send(win, ecore_x_current_time_get());
ecore_x_sync(); // let x actually get the x focus request
break;
case E_FOCUS_METHOD_PASSIVE:
ecore_x_window_focus(win);
ecore_x_sync(); // let x actually get the x focus request
break;
default:
break;