summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 1430c3d2..432f39c5 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -248,9 +248,9 @@ void event_process(XEvent *e)
/* secret magic way of event_process telling us that no client
was found for the FocusIn event */
if (fi.xfocus.window == None)
- focus_set_client(NULL);
+ focus_fallback(FALSE);
} else
- focus_set_client(NULL);
+ focus_fallback(FALSE);
}
break;
case EnterNotify: