summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 868712c1..6e11f82e 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -526,10 +526,7 @@ static void event_process(const XEvent *ec, gpointer data)
/* If you send focus to a window and then it disappears, you can
get the FocusIn for it, after it is unmanaged.
- Just wait for the next FocusOut/FocusIn pair, but note that
- nothing is focused now.
- */
- focus_set_client(NULL);
+ Just wait for the next FocusOut/FocusIn pair. */
}
else if (client != focus_client) {
focus_left_screen = FALSE;