sync after focusing

This commit is contained in:
Dana Jansens 2003-03-28 04:12:23 +00:00
parent f8fb32b159
commit ad4062833d

View file

@ -67,6 +67,7 @@ void focus_set_client(Client *client)
/* when nothing will be focused, send focus to the backup target */
XSetInputFocus(ob_display, focus_backup, RevertToPointerRoot,
event_lasttime);
XSync(ob_display, FALSE);
}
old = focus_client;