From ad4062833dc36c50bdd601fd8016a0feb743c2a5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Mar 2003 04:12:23 +0000 Subject: [PATCH] sync after focusing --- openbox/focus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/focus.c b/openbox/focus.c index d9ea43cb..98f81800 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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; -- 2.39.2