oh.. wasted verbosity.. *strums guitar*
This commit is contained in:
parent
e714fa7351
commit
d98a6183a3
1 changed files with 2 additions and 2 deletions
|
@ -481,8 +481,8 @@ void client_manage(Window window)
|
||||||
/* Don't steal focus from globally active clients.
|
/* Don't steal focus from globally active clients.
|
||||||
I stole this idea from KWin. It seems nice.
|
I stole this idea from KWin. It seems nice.
|
||||||
*/
|
*/
|
||||||
if (focus_client && focus_client->can_focus != TRUE &&
|
if (focus_client && !focus_client->can_focus &&
|
||||||
focus_client->focus_notify == TRUE)
|
focus_client->focus_notify)
|
||||||
{
|
{
|
||||||
activate = FALSE;
|
activate = FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue