fix 2bd46d1c
Anselm R Garbe · 2008-06-19 14:13 1 file(s) · +1 −1
dwm.c +1 −1
274 274
275 275
	for(c = clients; c; c = c->next)
276 276
		if(c->tags & tagset[seltags]) { /* is visible */
277 +
			c->isbanned = False;
277 278
			if(!lt[sellt]->arrange || c->isfloating)
278 279
				resize(c, c->x, c->y, c->w, c->h, True);
279 -
			c->isbanned = False;
280 280
		}
281 281
		else if(!c->isbanned) {
282 282
			XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);