fallback focus in superior fashion
This commit is contained in:
parent
6778db7392
commit
52d4433a00
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue