mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
restore order from before r1.248 (vtile/vtile containment changes).
This commit is contained in:
parent
535cf541c8
commit
953cf1ce89
3
client.c
3
client.c
@ -1052,13 +1052,12 @@ client_vtile(struct client_ctx *cc)
|
||||
|
||||
if (!gc)
|
||||
return;
|
||||
i = n = 0;
|
||||
|
||||
area = screen_area(sc,
|
||||
cc->geom.x + cc->geom.w / 2,
|
||||
cc->geom.y + cc->geom.h / 2, CWM_GAP);
|
||||
|
||||
i = n = 0;
|
||||
|
||||
TAILQ_FOREACH(ci, &gc->clientq, group_entry) {
|
||||
if (ci->flags & CLIENT_HIDDEN ||
|
||||
ci->flags & CLIENT_IGNORE || (ci == cc) ||
|
||||
|
Loading…
Reference in New Issue
Block a user