fallback focus in superior fashion

This commit is contained in:
Dana Jansens 2003-03-28 00:25:10 +00:00
parent 6778db7392
commit 52d4433a00

View file

@ -248,9 +248,9 @@ void event_process(XEvent *e)
/* secret magic way of event_process telling us that no client /* secret magic way of event_process telling us that no client
was found for the FocusIn event */ was found for the FocusIn event */
if (fi.xfocus.window == None) if (fi.xfocus.window == None)
focus_set_client(NULL); focus_fallback(FALSE);
} else } else
focus_set_client(NULL); focus_fallback(FALSE);
} }
break; break;
case EnterNotify: case EnterNotify: