mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
whitespace
This commit is contained in:
parent
5d22b261a6
commit
7f45471538
2
screen.c
2
screen.c
@ -105,7 +105,7 @@ screen_updatestackingorder(struct screen_ctx *sc)
|
|||||||
if ((cc = client_find(wins[i])) == NULL ||
|
if ((cc = client_find(wins[i])) == NULL ||
|
||||||
cc->flags & CLIENT_HIDDEN)
|
cc->flags & CLIENT_HIDDEN)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
cc->stackingorder = s++;
|
cc->stackingorder = s++;
|
||||||
}
|
}
|
||||||
XFree(wins);
|
XFree(wins);
|
||||||
|
Loading…
Reference in New Issue
Block a user