mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
[focus] parenthesis cosmetic
This commit is contained in:
parent
8b7c8e3822
commit
cc8d2beef7
1 changed files with 2 additions and 2 deletions
4
focus.c
4
focus.c
|
@ -75,8 +75,8 @@ focus_get_latest_client_for_tags(Tag **t, int nindex)
|
|||
|
||||
for(node = globalconf.focus; node; node = node->next)
|
||||
if(node->client && !node->client->skip
|
||||
&& node->client != globalconf.scratch.client
|
||||
|| globalconf.scratch.isvisible)
|
||||
&& (node->client != globalconf.scratch.client
|
||||
|| globalconf.scratch.isvisible))
|
||||
for(tags = t; *tags; tags++)
|
||||
if(is_client_tagged(node->client, *tags))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue