From 336011efb19600107313785b56c32dd12a69dc1f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 25 May 2007 15:23:48 +0000 Subject: prevent flicker in the follow actiosn again instead of in focus fallback. focus fallback needs to be very reliable. --- openbox/event.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'openbox/event.c') 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; -- cgit v1.2.3