[focus] parenthesis re-fix
sorry, my fault previously... ([focus] parenthesis cosmetic) I asked Sebatian about it and he clarified, thx.
This commit is contained in:
parent
5f58d17d58
commit
37283e2152
4
focus.c
4
focus.c
|
@ -74,8 +74,8 @@ focus_get_latest_client_for_tags(Tag **t, int nindex)
|
|||
int i = 0;
|
||||
|
||||
for(node = globalconf.focus; node; node = node->next)
|
||||
if(node->client && !node->client->skip
|
||||
&& (node->client != globalconf.scratch.client
|
||||
if(node->client && ((!node->client->skip
|
||||
&& node->client != globalconf.scratch.client)
|
||||
|| globalconf.scratch.isvisible))
|
||||
for(tags = t; *tags; tags++)
|
||||
if(is_client_tagged(node->client, *tags))
|
||||
|
|
Loading…
Reference in New Issue