sync after focusing
This commit is contained in:
parent
f8fb32b159
commit
ad4062833d
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ void focus_set_client(Client *client)
|
||||||
/* when nothing will be focused, send focus to the backup target */
|
/* when nothing will be focused, send focus to the backup target */
|
||||||
XSetInputFocus(ob_display, focus_backup, RevertToPointerRoot,
|
XSetInputFocus(ob_display, focus_backup, RevertToPointerRoot,
|
||||||
event_lasttime);
|
event_lasttime);
|
||||||
|
XSync(ob_display, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
old = focus_client;
|
old = focus_client;
|
||||||
|
|
Loading…
Reference in a new issue