~ruther/dwl

835a46ef30244be1cda44e1539fc6882f0a28091 — Devin J. Pohly 4 years ago 1d0350f
style
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 1308,10 1308,9 @@ tile(Monitor *m)
	unsigned int i, n = 0, h, mw, my, ty;
	Client *c;

	wl_list_for_each(c, &clients, link) {
	wl_list_for_each(c, &clients, link)
		if (VISIBLEON(c, m) && !c->isfloating)
			n++;
	}
	if (n == 0)
		return;


Do not follow this link