projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53109b7
)
focus fallback
author
Mikael Magnusson
<mikachu@comhem.se>
Wed, 14 Mar 2007 01:17:39 +0000
(
01:17
+0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 14 Mar 2007 01:17:39 +0000
(
01:17
+0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 6d6ff28a4ae97305092d61c52452fbc22ab50769..7eef80174ad14a2084c4b60597294ec0c11682bc 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-656,7
+656,7
@@
static void event_handle_client(ObClient *client, XEvent *e)
/* Look for the followup FocusIn */
if (!XCheckIfEvent(ob_display, &ce, look_for_focusin, NULL)) {
/* There is no FocusIn, move focus where we can still hear events*/
- focus_
set_client(NULL
);
+ focus_
fallback(OB_FOCUS_FALLBACK_NOFOCUS
);
} else if (ce.xany.window == e->xany.window) {
/* If focus didn't actually move anywhere, there is nothing to do*/
break;