projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8fb32b
)
sync after focusing
author
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 04:12:23 +0000
(
04:12
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 28 Mar 2003 04:12:23 +0000
(
04:12
+0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index d9ea43cbe7895dd730838ae93cc639caf32b828e..98f81800f4de7092372542d836ed8fa96b07d49a 100644
(file)
--- 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;